类型: 安全缺陷 程序中使用了空的密码值,系统安全性将会受到威胁。 public Connection getConnection(){ String url = "localhost"; String name = "admin"; String password = ""; ...}