摘要:
1 using System.Drawing; 2 using System.Linq; 3 using System.Windows.Forms; 4 using System.ComponentModel; 5 using System.Runtime.InteropServices; 6 us 阅读全文
摘要:
计时器 setIntervalFun.js 其目的主要是不想再写一遍 that (*^_^*) function a(){ var fun1= new setIntervalFun(this); fun1.start(function(){ },200);//开始 fun1.stop();//停止 阅读全文