public class BCConvert extends Object
BCConvert()
static String
bj2qj(String src)
qj2bj(String src)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BCConvert()
public static String bj2qj(String src)
半角字符->全角字符转换 只处理空格,!到˜之间的字符,忽略其他
public static String qj2bj(String src)
全角字符->半角字符转换 只处理全角的空格,全角!到全角~之间的字符,忽略其他
Copyright © 2016. All rights reserved.