Default.aspx 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title></title>
  7. <script src="http://localhost:911/js/jquery-1.9.1.min.js"></script>
  8. <script type="text/javascript">
  9. //$(function () {
  10. // var param = "{'account':'admin','method': 'api00001','time':'1434524987331','signature':'b18d3cdf8cc8dcc666604bb822eed09a'}";
  11. // $.ajax({
  12. // type: 'post',
  13. // headers: { 'Access-Control-Allow-Origin': '*' },
  14. // url: 'http://api.zjyypt.net.net/v1/openapi.htm',
  15. // useDefaultXhrHeader: false,
  16. // crossDomain: true,
  17. // dataType: "json",
  18. // data: {
  19. // param: "{'account':'admin','method': 'api00001','time':'1434524987331','signature':'b18d3cdf8cc8dcc666604bb822eed09a'}"
  20. // },
  21. // success: function (d) {
  22. // alert(d);
  23. // //$('body').html(d.status);
  24. // }
  25. // });
  26. // //$.post("http://api.zjyypt.net.net/v1/openapi.htm", { "param": param }, function (data) {
  27. // // alert(data); //业务... });
  28. // //});
  29. //});
  30. </script>
  31. </head>
  32. <body>
  33. <form id="form1" runat="server">
  34. <div>
  35. </div>
  36. </form>
  37. </body>
  38. </html>