string.Format("select * from 数据库表 where 用户名='%s' and 密码='%s' ",m_1,m_2); 1.vc++6.0中代码,这条语句是什么意思啊?... 1.vc++6.0中代码,这条语句是什么意思啊? 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 forma 数据库 string.format select where 搜索资料 2个回答 #热议# 什么是淋病?哪些行为会感染淋病? 奔驰M888 2009-05-14 · TA获得超过1.1万个赞 知道大有可为答主 回答量:1846 采纳率:0% 帮助的人:2677万 我也去答题访问个人页 关注 展开全部 把【m_1】和【m_2】的值按照【%s】的格式传给字符串【select * from 数据库表 where 用户名='%s' and 密码='%s' 】。比如:m_1=张三,m_2='abc' 那么出来的结果就是:【select * from 数据库表 where 用户名='张三' and 密码='abc'】---以上,希望对你有所帮助。 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 zhouyong366 2009-05-14 · 超过26用户采纳过TA的回答 知道答主 回答量:71 采纳率:0% 帮助的人:0 我也去答题访问个人页 关注 展开全部 最后的结果是返回select * from 数据库表 where 用户名=m_1 and 密码=m_2 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2009-05-18 sql.Format("select * from 用户密码表 where 用户名='%s' and 密码='%s'", m_user, m_password) 1 2015-06-19 sql.Format("select * from huoweiinfo where huowei='%s'",str) 2013-01-04 strSQL.Format("select * from LinkInfo where Name Like '%s%s%s'", "%", m_strQuery, "%"); 4 2018-03-04 select * from users where username = ? and pwd = ? 14 2016-07-22 MFC做登录界面代码出现问题求解! 2018-04-11 请问string str = string.Format("select {0} from {1} {2} {3}", "*", 的意思 1 2011-09-29 关于删除数据库记录集的一个问题 1 更多类似问题 > 为你推荐: