为了账号安全,请及时绑定邮箱和手机立即绑定

var export={};有错呢

(function(){ var _userId=2334; var _typeId="item";var export={}; function converter(userId){return +userId;} function getUserId(){return converter(_userId);} function getTypeId(){return converter(_typeId);} window.export=export; }()); alert( export.getUserId() );怎么提示  var export={};有错呢

正在回答

3 回答

(function(){
  var _userId = 23492;
  var _typeId = 'item';
  var export1  = {};
 
  function converter(userId){
    return +userId;
    
  }
 
  export1.getUserId = function(){
    return converter(_userId);
  }
  export1.getTypeId=function(){
    return _typeId;
  }
  window.export=export1;
}());
 window.export.getUserId();
 window.export.getTypeId();
  window.export._userId;
 window.export._typeId;
 window.export.converter;
 

export报错提示是这个单词是个关键字。改成如上所示即可。


0 回复 有任何疑惑可以回复我~

export报错提示是这个单词是个关键字。

0 回复 有任何疑惑可以回复我~

(function(){

var _userId=2334;

var _typeId="item";


var export={};


function converter(userId){

return +userId;

}


function getUserId(){

return converter(_userId);

}


function getTypeId(){

return converter(_typeId);

}


window.export=export;


}());

alert( export.getUserId() );

}

这里怎么有错误呢

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

var export={};有错呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信