摘要: 一段dojo定义类的代码:dojo.declare( "TestClass", null, { id:"", info: { name : "",age:""}, staticValue:{count:0}, constructor : function(id,name,age) { this.id=id; this.info.name=name; this.info.age=age this.staticV... 阅读全文
posted @ 2012-04-19 16:39 荒土 阅读(2926) 评论(0) 推荐(1)