Printf ("a: %d\n", a). 常用到的 格式化輸出輸入 參數 %d: digit (10進位的數字) %c: char (字元) %s: string (字串) %v: value (值) %+v 見下方%#v 見下方.
確定! 回上一頁