The %c is the format string for a single character, and %d for a digit/integer. By casting the char to an integer, you'll get the ascii ...
確定! 回上一頁