To get the ASCII code for a digit-value less than ten [0–9], just add 48 or 0x30 — which is the ASCII code for the digit “0”. This translates the decimal value ...
確定! 回上一頁