Home  >  Article  >  Web Front-end  >  JQuery jsonp usage sample code_jquery

JQuery jsonp usage sample code_jquery

WBOY
WBOYOriginal
2016-05-16 18:48:16826browse
复制代码 代码如下:

if (isset($_GET['jsonpcallback'])){
echo $_GET['jsonpcallback']."([{id:1,name:'aaaa1'},{id:2,name:'bbbb2'}])";
exit;
}
?>







Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn