01.sprintf() 函式在C 語言中把一個整數轉換成字串. #include <stdio.h> #include <stdlib.h> int main() { int number; char text[20]; number=0xFF; ...
確定! 回上一頁