Skip to content

Instantly share code, notes, and snippets.

@willwei
Last active August 29, 2015 13:56
Show Gist options
  • Save willwei/9341212 to your computer and use it in GitHub Desktop.
Save willwei/9341212 to your computer and use it in GitHub Desktop.
JSONP

利用Script标签可以跨域请求
返回的script中:my_callback({['some string 1', 'some data', 'whatever data']});
已定义好的函数:my_callback(){}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment