<div class="codetitle"> <span><a style="CURSOR: pointer" data="3342" class="copybut" id="copybut3342" onclick="doCopy('code3342')"><u>复制代</u></a></span> 代码如下:</div> <div class="codebody" id="code3342"> <br><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <br><br><html xmlns="http://www.w3.org/1999/xhtml"> <br> <br><title></title> <br><script src="http://img.jb51.net/jslib/jquery/jquery-1.7.1.min.js" type="text/javascript"></script> <br><script type="text/javascript"> <br>関数 showTime(tuaid, time_ distance) { <br>this.tuanid = tuaid; <br>//PHP 時間は秒、JS 時間はマイクロ秒 <br>this.time_ distance = time_ distance * 1000; <br>} <br>showTime.prototype.setTimeShow = function () { <br>var timer = $("#lefttime_" this.tuaid); <br>var str_time; <br>var int_day、int_hour、int_min、int_second; <br>時間距離 = this.時間距離; <br>この.時間の距離 = この.時間の距離 - 1000; <br>if (時間距離 > 0) { <br>int_day = Math.floor(時間距離 / 86400000); <br>時間距離 -= int_day * 86400000; <br>int_hour = Math.floor(時間距離 / 3600000); <br>時間距離 -= int_hour * 3600000; <br>int_ minutes = Math.floor(time_ distance / 60000); <br>時間距離 -= int_分 * 60000; <br>int_sec = Math.floor(時間距離 / 1000); <br>if (int_hour int_hour = "0" int_hour; <br>if (int_分 int_分 = "0" int_分; <br>if (int_秒 int_秒 = "0" int_秒; <br>str_time = int_day "天" int_hour "小時" int_minut "分钟" int_second "秒"; <br>timer.text(str_time); <br>var self = this; <br>setTimeout(function() { self.setTimeShow(); }, 1000); //D:正确 <br>} else { <br>timer.text("团购结束"); <br>戻る; <br>} <br>} <br></script> <br></head> <br> <br><div id="lefttime_1" time="2011/11/23 6:58:23"> <br><br></div> <br><script type="text/javascript"> <br>var st = 新しい showTime(1,3); <br>//st.tuanid = 1; <br>//st.time_ distance = 10000; <br>st.setTimeShow(); <br></script> <br><div id="lefttime_2" time="2011/11/24 6:58:23"> <br><br></div> <br><script type="text/javascript"> <br>var st = 新しい showTime(2, 5); <br>//st.tuanid = 1; <br>//st.time_ distance = 10000; <br>st.setTimeShow(); <br></script> <br></body> <br></html> <br> </div> <br> 上の番号は jquery に必要です、大家は注意してください