摘要: <script> $(function () { show(); }) function show() { $.ajax({ url: 'http://localhost:53134/api/Student/Show', type: 'Get', dataType: 'json', success: 阅读全文
posted @ 2020-06-27 08:28 G蠢蠢 阅读(106) 评论(0) 推荐(0) 编辑
摘要: //1.获取秒杀商品信息的接口 public ProductInfo GetProduct(int productId) { ProductInfo productInfo = new ProductInfo(); productInfo.PId = 1; productInfo.PName = " 阅读全文
posted @ 2020-06-27 08:12 G蠢蠢 阅读(114) 评论(0) 推荐(0) 编辑