10:header设置异常:这个情况多数发生在使用POST时;
对于 header[\'content-type\'] 为 \'application/json\' 的数据,会对数据进行 JSON 序列化
对于 header[\'content-type\'] 为 \'application/x-www-form-urlencoded\' 的数据,会将数据转换成 query string (encodeURIComponent(k)=encodeURIComponent(v)&encodeURIComponent(k)=encodeURIComponent(v)...)
11:网络请求设置了referer :
12:异步或同步问题;部分操作属于异步操作,比如uploadfile;?mod=viewthread&tid=1380