範例:, 說明: ; $a = 12.3; $a = (string) $a; $a = (double) $a; $a = (int) $a;, $a 是浮點數$a 轉換成字串$a 轉換成浮點數$a 轉換成整數 ...
確定! 回上一頁