在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
前面先单引,再双引;变量放中间,+号放左右;后面与前面配对,先双引,再单引。 如下: ' "+变量+" '
例:
string sql = " select * from t_admin where Uid='"+textBox_username+"' and pwd='"+textBox_userpwd+"' ";
写法2: string sql = $" select * from t_admin where Uid='{textBox_username}' and pwd='{textBox_userpwd}' ";
还有一种使用占位符的写法就不在这里说了,我是倾向于用第二种写法的,简单直观明了方便。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论