62,243
社区成员




<textarea id="tb">@DateTime.Now.Millisecond</textarea>
function changed_name() {
tb.value = "tom : " +@DateTime.Now.Millisecond ;
}
function start(){
window.setInterval(changed_name, 1000);
}
function stop(){
clearTimeout();
}