首页>代码>ssm开发生产管理ERP系统>/src/main/java/com/megagao/production/ssm/controller/converter/StringTrimConverter.java
package com.megagao.production.ssm.controller.converter; import org.springframework.core.convert.converter.Converter; /** * * 自定义字符串转换器 */ public class StringTrimConverter implements Converter<String, String> { @Override public String convert(String source) { try { //去掉字符串两边空格,如果去除后为空设置为null if(source!=null){ source = source.trim(); if(source.equals("")){ return null; } } } catch (Exception e) { e.printStackTrace(); } return source; } }

爱情的本质 LV16
2024年8月8日
泓鼎168 LV20
2024年6月18日
educationAAA LV11
2024年4月30日
weilaizhisheng LV21
2024年3月27日
pureshyness LV6
2024年2月14日
403401 LV2
2023年12月17日
guanrenan LV10
2023年11月28日
daguocai001 LV3
2023年11月4日
ytiian_hm LV6
2023年9月12日
baozhenghua LV2
2023年8月29日

哪里的完整版 LV8
3月1日
xianyu091012 LV5
2024年12月26日
蛋蛋蛋蛋的糕糕
2024年12月17日
暂无贡献等级
别让自己无聊 LV13
2024年12月10日
微信网友_7269098639953920 LV2
2024年11月25日
shunlun8855 LV1
2024年10月29日
lz88888 LV12
2024年10月17日
用户名已经存在了啊 LV2
2024年10月12日
微信网友_7151914139078656 LV2
2024年9月4日
937298860 LV1
2024年8月13日