stdlib.h 的函數atof() 接受字串當作參數,將字串中的數字轉換為double 型態的浮點數。 以下程式示範函數atof() 對不同字串的轉換結果 #include <stdio.h> #include ...
確定! 回上一頁