摘要: /** * * 全角转半角 * @param input * @return * @return String * @author jlcui * @date 2021年7月16日下午1:01:24 */ private String ToDBC(String input) { char c[] = 阅读全文
posted @ 2021-07-16 13:06 JLCUI 阅读(45) 评论(0) 推荐(0)
摘要: package com.netauth.utils.common; /** * * * <p> * 特殊字符常量 * </p> * * <p> * 版权所有:神州融信信息技术有限公司(c) 2019 * </p> * @date 2021年3月3日 * @author wyh * */ public 阅读全文
posted @ 2021-07-16 11:23 JLCUI 阅读(81) 评论(0) 推荐(0)