lizhenqiu blog

文章、评论与旧内容检索入口
lizhenqiu.com
Latest Articles

文章列表

共 1566 篇文章

js输出之间的随机数

js怎么输出30-50之间的随机数 function get(){return Math.round(Math.random()*20+30)} documen...

JS鼠标右键事件

在需要右键的地方加上 onmousedown="righthit()"; funciton righthit(){ if (event.button==2) {...

js统计页面的来访次数

[code] "+visits+" "+"次!");if(visits==1)//来访1次的信息显示 document.write(" "+"欢迎光临本站,觉得...

第 167 / 174 页 当前展示 1495 - 1503 篇,共 1566 篇