unused-variableunused-variable在声明变量但在方法中未使用时引发。 此警告默认启用。 public function some(){ var e; // declared but not used return false;}