[]关于HttpRequest报错问题

    var xmlHttp = new Laya.HttpRequest();
xmlHttp.open("POST", url, true);
xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=utf-8");
xmlHttp.once(Event.COMPLETE,this,onHttpRequestComplete);
xmlHttp.once(Event.ERROR,this,errorHandler);
xmlHttp.on(Event.PROGRESS,this,processHandler);
function onHttpRequestComplete(e){

};
function processHandler(data){
console.log(data);
};
function errorHandler(data){
};
xmlHttp.send("http://","","post","text");
已邀请:

lambun

赞同来自:

为什么我这样写open和setRequestHeader老是报错说不是一个函数

lambun

赞同来自:

有人知道是为什么吗?难道open这个方法不是这样写吗?

要回复问题请先

商务合作
商务合作