摘要:
在javascript中,是没有线程的,只能模拟一个了,前些日子写了个,现在把它贴出来。 thread.js: /** * 线程管理类 * @author zxub 2006-06-12 */function Thread(_task,_delay,_times){ this.runFlag=false; this.busyFlag=false; this.taskArgs... 阅读全文
posted @ 2006-06-29 08:38
往事如风
阅读(2233)
评论(2)
推荐(0)


浙公网安备 33010602011771号