1. 协同命名

  有事好商量,或按功能特点区分。

2. 命名空间

var o = {

  o.name = 1;

  o.age = 2;

  ...

}

3. 闭包:(function(){})();

相关文章: