var GLOBAL = {}; // 给GLOBAL添加属性 GLOBAL.namespace = function(str) { var arr = str.split('.'), o = GLOBAL; for(var i=(arr[0] == 'GLOBAL')?1:0; i