System.ArgumentException: 不支持关键字: “sever”。下面是我的代码 请问什么原因 public static SqlConnection createCon() { return new SqlConnection( "sever=.;database=db;uid=YEBIN-C7D25CF62;pwd=; "); } 系统提示这里错误[解决办法]sever写错了啊... 改成:Server