jquery ajax
摘要:1 $.ajax({ 2 type: 'post', 3 url: "/xxx/yyy?id=1", 4 data: { 5 start: start, 6 end: end 7 }, 8 dataType: "JSON", 9 success: function (data) { 10 var b
阅读全文
posted @ 2021-11-11 18:19
posted @ 2021-11-11 18:19
posted @ 2021-07-01 17:13