摘要: /** * 判断姓名字符长度 * 字符串为空返回0;有中文返回中文字符数;无中文返回2 * @param CustomerSn * @return */ private Integer getNameLength(Integer CustomerSn){ Integer sealWidth = 32; Cu... 阅读全文
posted @ 2017-08-08 17:47 MIC2016 阅读(19979) 评论(0) 推荐(0)