使用的|,&·做分隔符的时候,没办法避免用户输入的字符有没有这些特殊符号
0x01,0x02作为保留字符,没办法键盘输入
char c='0x01';
String s=String.valueOf(c);
注意,使用的时候一定要变字符串再使用