摘要:
(function (){ var namespaceArray = []; function namespaceObject(name, fullName) { this.fullName = fullName; this.name = name; }; var namespaceManager = { namespaces: namespaceArray , global: this }; function using(namespace, action) { if (!namespace) throw new Error('namespace 不允许为空。'); else 阅读全文
posted @ 2011-05-04 00:04
Treenew Lyn
阅读(509)
评论(4)
推荐(0)