行";
在String.Format();中使用@符號可以識別。
tring sqlText =String.Format(@"select * from userinformation where name = '{0} ' and
password ='{1} '", Request["username"], Request["password"]);
行";
在String.Format();中使用@符號可以識別。
tring sqlText =String.Format(@"select * from userinformation where name = '{0} ' and
password ='{1} '", Request["username"], Request["password"]);