C#字符串拼接方式
提問人:劉冬梅發(fā)布時間:2020-10-13
假設(shè)已經(jīng)將用戶輸入的數(shù)據(jù)保存到了變量中:
string userName=“小李“;
string user id=“200131500145”;
則命令可以構(gòu)造如下:
string updateQuery=“Update student Set sName=‘ ”+userName+” ’ ”+”Where ID=‘ “+user id+” ‘ “;
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點擊加載更多評論>>