在项目中遇到的问题是拿到的数据为String,判断是否为空,不为空转成Int
if(stepCode != null){
items.stepCode = parseInt(stepCode);
}
在项目中遇到的问题是拿到的数据为String,判断是否为空,不为空转成Int
if(stepCode != null){
items.stepCode = parseInt(stepCode);
}