我正在使用这个CountDown Plugin,这是我的代码和视图:
<div class="sc" lang="2013, 12 -1, 18">
<div class="sc" lang="2013, 6 -1, 22">
<script>
$(document).ready(function(){
$(".sc").each(function(){
$(this).countdown({until: $(this).attr("lang"), compact: true, format: 'HMS', description: ''});});});
</script>
我的问题是它返回错误的时间,例如:00:34:00另一个是00:34:03。
有人可以帮我吗?
我正在努力学习英语,所以我的英语说得不好,很抱歉。