<?php $var_name = 32.360; // prints the value of above variable // as a string echo strval ( $var_name ); ?> 輸出如下: 32.36. 程式 ...
確定! 回上一頁