摘要: 1.忽略转义字符例如string fileName = "D:\文本文件\text.txt";使用@后string fileName = @"D:文本文件\text.txt";2.让字符串跨行例如string strSQL = "SELECT * FROM HumanResources.Employee AS e" " INNER JOIN Person.Contact AS c" " ON e.ContactID = c.ContactID" " ORDER BY c.LastNam 阅读全文
posted @ 2012-02-04 15:11 小翟翟 阅读(177) 评论(0) 推荐(0)