Home
/
em-jsonp
1.0.4 • Published
8 years ago
em-jsonp
Licence
ISC
Version
1.0.4
Deps
0
Vulns
0
Weekly
3
Stars
1
Summary
Dependency
Versions
em-jsonp
jsonp前端跨域
window挂载 $jsonp
支持VUE2
使用方法
window.
$jsonp
({
url
:
'
http://test.com
'
,
success
:
(
res
)
=>
{
},
error
:
()
=>
{
},
});
参数 params
url: string 请求地址
callback: string 回调的方法名 默认 callback
success: function 请求成功的回调
error: function 请求失败的回调
data: string 附加参数
time: number 超时时间
Keywords
jsonp
ajax