printf ()打印char* str. printf("%c\n",*str);//输出首字符. printf("%s\n",str);//输出整串字符. printf("%p\n",str);//输出字符串首字符地址.
確定! 回上一頁