摘要: 类命名 1: var ClassName = function(){ //类名 2: 3: var _FieldName = "Test Field"; //私有变量 4: 5: this.PropertyName = "Test Property Name"; //属性 6: 7: 8: var functionName = function(){ //私有方法 9: 10: return ""... 阅读全文
posted @ 2009-06-09 09:11 herobeast 阅读(1938) 评论(1) 推荐(0)