export const obj = {};
export const obj2 = {};
import * as JsName from './jsName.js'; // obj和obj2均在JsName对象下
export
2020-04-06