日期:2014-05-19  浏览次数:20906 次

请问一段代码太长,如何换行!
string   Sql= "select   *   from   a   where   id= ' "this.txtbox.text " ' "

如何换成两行呢!


------解决方案--------------------
string Sql = "select * from a where id= ' " +
this.txtbox.text + " ' ";

*****************************************************************************
欢迎使用CSDN论坛专用阅读器 : CSDN Reader(附全部源代码)

最新版本:20070212

http://www.cnblogs.com/feiyun0112/archive/2006/09/20/509783.html