1. 变量从var xxxx = xxxx改成global.xxxx = xxxx
  2. 方法则写一个global.xxxxFunc = xxxxFunc;

这样修改,其他地方就不需要改了