unsigned int* 和unsigned int有什么区别?昨天在调试程序时想进行数据的制转换,不知道unsigned int* 和unsigned int有什么区别? 请赐教,在线等[解决办法]一个是无符号整型指针,一个是无符号整型变量