Just add (48) which is (0b00110000), (0x30). decimal => ASCII decimal => ASCII hex => ASCII bin 0 => 48 => 0x30 => 0b00110000
確定! 回上一頁