<?php $var_name = 55.721; // prints the value of above variable // as a string echo strval($var_name); ?> ...
確定! 回上一頁