printf("%s\n",string);//打印字符串 string后面为什么不加 [ ] 了?
string是这个数组的地址啊,
你输入的时候也是scanf("%s",string),连取址符都省了,因为取址符的作用就是取地址,如果本来就是地址就不就再取址了