demo.html 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 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
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>XMLHTTPRequest对象的说明DEMO</title>
  6. <script type="text/javascript" src="js/loadding.js" charset="UTF-8"></script>
  7. <script type="text/javascript" src="js/zepto.min.js"></script>
  8. <script type="text/javascript">
  9. $(function(){
  10. $.ajax({
  11. type: 'post',
  12. url: '../zwcontroller/queryDbzw.do',
  13. data:{uid:"402881e44e86c26d014e86c9ae8c0008",page:"1",rows:"10",title:"",start:"",stop:""},
  14. dataType: 'json',
  15. success: function(data){
  16. console.log(data)
  17. }});
  18. })
  19. </script>
  20. </head>
  21. <body>
  22. <button onclick="alert(1)">asdfasdfadsf</button>
  23. </body>
  24. </html>