js代码
<script type="text/javascript" src="js/jquery-1.3.2.js"></script> <script type="text/javascript" src="js/jquery.countdown.js"></script> <script type="text/javascript" src="js/DD_belated.js"></script> <!--IE6 png图片处理--> <script type="text/javascript"> $(function () { $('#defaultCountdown').countdown({ since: new Date(2018, 7-1, 20, 0, 0, 0 ),// change this date to match yours, format is year, month-1, day, hour(24), min, sec format: 'ODHMS' }); }); </script>