摘要: $.ajax({ url: "/orders/show_order", type: "GET", dataType: "JSON", success: function(json) { $("#test").empty(); console.log("删除成功!"); $.each(json.dat 阅读全文
posted @ 2023-04-13 12:45 谢远栋 阅读(107) 评论(0) 推荐(0)