摘要:
在页面中用function模拟封装了一个类: function MyClass() { this.Attr1 = null; this.Button = null; this.AttachEvent = function() { this.Button.onclick = this.ButtonClickHandler; } this.Butto... 阅读全文
posted @ 2005-11-03 15:09
愚公
阅读(1399)
评论(1)
推荐(0)
浙公网安备 33010602011771号