12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <script src="./jquery.js"></script>
- <script>
- $.ajax({
- url: 'http://90df911.nat123.fun:42706/ICcontrol.ashx',
- type: 'post',
- data: {
- CommandType: 0,
- ICid:'DFASD223232',
- Amount: 100,
- },
- dataType: 'text',
- success: function (data){
- console.log(data)
- }
- });
- </script>
- </body>
- </html>
|