Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年4月12日

摘要: http://www.faqts.com/knowledge_base/view.phtml/aid/1602Is there a wait statement in JavaScript?Is there a sleep method to pause execution?Is there a sleep method to pause execution?setTimeout does not... 阅读全文

posted @ 2006-04-12 14:21 moris 阅读(325) 评论(0) 推荐(0)

摘要: function Shape(type) { this.type = type; this.area = function ( ) { return "I have no idea"; } }Rectangle.prototype = new Shape("Rectangle"); Rectangle.prototype.constructor = Rectangle; func... 阅读全文

posted @ 2006-04-12 10:15 moris 阅读(105) 评论(0) 推荐(0)