效果: 显示日期: FR.CLOCK = function(cell) { var cl = $('[id^='+cell+']'); setInterval(function(){ var date=new Date(); var format=date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate()+" "+date.getHours()+":"+date.getMinutes()+":"+date.getSeconds(); cl.html(format); },1000); } ; FR.CLOCK('B2'); 增加了这个脚本,出现效果,工单中就显示日期时间,请问大神这个怎么破解? |
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|