跨域6种方法-JSONP

跨域6种方法:

JSONP

document.domain

window.name

localtion.hash

H5 postmessage

服务器代理中转


JSONP原理:

利用

你可能感兴趣的:(网络)