运行的时候提示export 是保留字段,请老师讲解下export
(function(){var _userId = 23492; var _typeId = 'item';var export = {}; function converter(userId){return _userId;} export.getUserId = function(){return converter(_userId);} export.getTypeId = function(){return _typeId;} window.export = export; }());老师 这个例子好像有点问题,运行的时候提示export 是保留字段