使用 斜杠(\)转义。。比如,密码是:nihao“world"那么就可以这样写:password="nihao\"world\""试试 应该可以了
protected static String ConnectionString = "Data Source=.;Initial Catalog=MateSQL;Persist Security Info=True;User ID=sa;Password=sa";
用@或者\转义字符