function formatSeconds(value) {
var the = Intse] );// 秒
var theTime1 = 0;// 分
var theTime2 = 0;// 小時
// alert(theTime);
if(theTime > 60) {
theTime1 = parseInt(theTime/60);
theTime = parseInt(theTime`);
// alert(theTime1 "-" theTime);
if(theTime1 > 60) {
theTime2 = parseIntse (theTime1/60);
theTime1 = parseInt(theTime1`);
}
}
var result = "" parseInt(theTime) "秒";
if(theTime1 > 0) {
result = "" parseInt(theTime1) "分" result;
}
if(theTime2 > 0) {
result = "" parseInt(theTime2) "小時" result;
result = "" parseInt(theTime2) "小時" result; }
return result;
}