摘要: //父类 function BaseFun() { var hello = "HelloWorld"; this.HelloPublic = "Hello--World"; var privatefun = function () { alert("hellow"); } this.publicfun = function () { ... 阅读全文
posted @ 2016-12-01 17:24 --宁静以致远-- 阅读(2165) 评论(0) 推荐(0) 编辑