摘要:
document.write(document.lastModified) 网页最后一次更新时间//document.onmousedown = function(){ alert('document.onmousedown')};//双击鼠标产生事件document.ondblclick = function(){ alert('document.ondblclick')};//单击鼠标产生事件var a = Math.random() * 10;//随机涵数,只能是0到1之间的数,如果要得到其它数,可以为*10,再取整alert(a);alert(Math.
阅读全文