说明: 脚本中获取变量值用vars.get("变量名");校验String类型的值使用String.equals("字符串值"),而不能用String=="字符串值"。 转载于:https://www.cnblogs.com/xiongjiawei/p/6406110.html