#include <stdio.h> char hextoascii(char hex_byte) { char result; if((hex_byte>=0)&&(hex_byte<=9)) //变成ascii数字 result = hex_byte + 0x30;
確定! 回上一頁