Printf ("Hex: %x.\n", 255) // Output: "Hex: ff." the format specifier is "Hex: %x.\n" ,; the verb %x formats 255 in base 16 notation, and; the special value ...
確定! 回上一頁