摘要: <script> $(document).ready(function() { function Fun(a, b) { this.name = a; this.addr = b; } Fun.prototype.options = {}; $.extend(Fun.prototype.options, { a : "a", b : "b", c : "c" }); $.extend(Fun.prototype, { show : function() { alert("show__________" 阅读全文
posted @ 2012-07-06 11:28 rhino 阅读(420) 评论(0) 推荐(0)