SqlConnection mycon = new SqlConnection("server=88\mssql;user id=sa;pwd=;database=db_ComPany");总是出错,提示:无法识别的转义序列。
请问字符串中带有 “\”,该怎么表示?
谢谢!