码迷,mamicode.com
首页 > Web开发 > 详细

客户端JSONP页面

时间:2019-02-28 01:08:53      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:ini   cti   lan   function   div   set   ble   pat   device   

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>

<body>
<script>
function showInfo123(data) {
console.log(data)
}
</script>


<script src="http://127.0.0.1:3000/getscript?callback=showInfo123"></script>
<!-- <script>
show()
</script> -->

</body>

</html>

客户端JSONP页面

标签:ini   cti   lan   function   div   set   ble   pat   device   

原文地址:https://www.cnblogs.com/lujieting/p/10447894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!