问答题
找错:
if(strlen(str1) <= 10)应改为if(strlen(str1) <&en......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
问答题 找错:
问答题 int id[sizeof(unsigned long)]; 这个对吗?为什么??