javaScript
handan_Boy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
js如何在对象中使用定时器
function temperature() //对象{ this.times=0;//定时器对象 this.change=function() { this.times++; alert(this.times); if(this.times==5) { clearInterval(times); } } this.callb...2008-06-28 11:40:39 · 121 阅读 · 0 评论 -
利用js实现的温度计效果
温度计var height=0;//温度计高度var topvalue=0;//层离上边的高度var zhi=0;//温度值 温度计高度/100var currwenduzhi=0;//当前的温度值var changezhi=0;//要改变的温度值 function textchange() { var textvalue=num.val...2008-06-28 16:19:36 · 552 阅读 · 0 评论
分享