asp.net(C#)中如何实现一个变量等于一个sql语句?

2024-12-16 00:19:44
推荐回答(1个)
回答1:

很简单吖 直接就是
string str=“sql语句”;
然后
sqlcommand.text=str;