$(function()
{
kobe();
}
function kobe()
var cs = 2; var now = new Date(); var sec = now.getSeconds(); var ad = sec % cs;
alert(ad);//结果是1或0
if()
业务的处理
else
posted on 2013-05-10 11:41 专注2018 阅读(181) 评论(0) 编辑 收藏 举报