string strsql = "select * from ch where id=" + Request.QueryString["id"];

2025-03-06 04:14:53
推荐回答(1个)
回答1:

string strsql = "select * from ch where id= '" + Request.QueryString["id"] + "'";