摘要:
Type.registerNamespace("Demo");Demo.Person = function(firstName, lastName, emailAddress) { this._firstName = firstName; this._lastName = lastName; thi... 阅读全文
posted @ 2007-05-29 18:44 yinix 阅读(375) 评论(0) 推荐(0)
|
||
|
摘要:
Type.registerNamespace("Demo");Demo.Person = function(firstName, lastName, emailAddress) { this._firstName = firstName; this._lastName = lastName; thi... 阅读全文
posted @ 2007-05-29 18:44 yinix 阅读(375) 评论(0) 推荐(0) |
||