- 博客(3)
- 资源 (7)
- 收藏
- 关注
利用js实现的温度计效果
温度计 var height=0;//温度计高度 var topvalue=0;//层离上边的高度 var zhi=0;//温度值 温度计高度/100 var currwenduzhi=0;//当前的温度值 var changezhi=0;//要改变的温度值 function textchange() { var textvalue=num.val...
2008-06-28 16:19:36
513
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
114
ext 常用类简单说明
xtype-------- 类 --------- 说明 component ------- Ext.Component -------- 所有 Ext组件的基类 box ------- Ext.BoxComponent ------- 具有边框属...
2008-06-17 21:07:55
106
JProfiler11破解.rar
2019-09-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人