mui.ajax(
{
url:'',
data:{},
type:"get",
dataType:"json",
success:function(data){
alert(data.result);
}
});
为什么每次请求的请求方法变成了"OPTIONS"