1. u_char是无符号的char型 而char是有符号的char型,u_char和char都占一个字节,8个bit位!
2. 回调函数:https://blog.csdn.net/angciyu/article/details/80794273