标签:tps 包装 基本类型 integer detail spring nbsp 使用 包装类
今天在用@RequestParam(required=false) int XXX 取参数的时候,当参数没有的时候Spring默认赋值为空。而此时使用基本类型int,所以报错,建议使用包装类 Integer。
参考: https://blog.csdn.net/Hello_l/article/details/50402157
String MVC @RequestParam(required=false) int XXX 参数为空报错解决方法
标签:tps 包装 基本类型 integer detail spring nbsp 使用 包装类
原文地址:https://www.cnblogs.com/duende99/p/9449157.html