不可见字符需要用unsigned char * 来保存, 因为不可见字符的ascii码会有大于127的. 而可见字符的最大ascii码就是127,char *只能保存可见字符. 转载于:https://www.cnblogs.com/c-slmax/p/5160577.html