1 printf() 格式字串的使用方法 2 C/C++ 的條件判斷 . ... #include <stdio.h> int main(){ char s[] = "hello"; printf("%s:\n", s); return 0; }.
確定! 回上一頁