From e4dc2e28f5a6490a7b8f93143388dd33918b9748 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 26 十二月 2023 10:21:50 +0800 Subject: [PATCH] 解决查询、删除、插入问题 --- JiangSu/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/JiangSu/index.html b/JiangSu/index.html index f720ca3..775e60f 100644 --- a/JiangSu/index.html +++ b/JiangSu/index.html @@ -66,7 +66,7 @@ <a href="http://localhost/JiangSu/Op/SelectById?id=1">SelectById?id=1</a> <br /> - <a href="http://localhost/JiangSu/Op/DeleteByIds?ids=2,3">DeleteByIds?ids=2,3</a> <br /> + <a href="http://localhost/JiangSu/Op/DeleteByIds?ids=13&ids=14">DeleteByIds?ids=13&ids=14</a> <br /> <form> id: <input id="id" name="id" value="3" /> <br /> -- Gitblit v1.9.3