跨域访问错误提示The 'Access-Control-Allow-Origin' header contains the invalid value '*.phpwebhome.com'. Origin 'http://127.0.0.1' is therefore not allowed acc...
function JumpPost(){
var data = { "id": "ids","name": "张三" }
jspost("http://phpwebhome.com",data);
}
function jspost(URL, PARAMS) {
var temp = documen...