param.getType().equals("String")
与
"String".equals(param.getType())
的区别
第二个代码能避免 param.getType() 为空的情况
param.getType()