6 int vHex = 0xac34; 7 8 9 int main(void) 10 { 11 char tempString[20]; 12 13 sprintf(tempString, "%X, %s", vHex, string); 14 15 ...
確定! 回上一頁