123456789101112131415161718192021222324252627282930313233343536373839404142 |
- https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa70527e1ffa01384&redirect_uri=http%3a%2f%2fm.yuanxd.com%3a8091%2fweixinoa%2fmobile%2fwdgl%2fwendangguanli.html&response_type=code&scope=snsapi_base&state=a#wechat_redirect
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>XMLHTTPRequest对象的说明DEMO</title>
- <script type="text/javascript" src="js/loadding.js" charset="UTF-8"></script>
- <script type="text/javascript" src="js/zepto.min.js"></script>
- <script type="text/javascript">
- $(function(){
- $.ajax({
- type: 'post',
- url: '../zwcontroller/queryDbzw.do',
- data:{uid:"402881e44e86c26d014e86c9ae8c0008",page:"1",rows:"10",title:"",start:"",stop:""},
- dataType: 'json',
- success: function(data){
- console.log(data)
- }});
- })
- </script>
- </head>
- <body>
- <button onclick="alert(1)">asdfasdfadsf</button>
- </body>
- </html>
|