与sprintf() 不同,vsprintf() 中的参数位于数组中。 ... <?php $num1 = 123; $num2 = 456; $txt = vsprintf("%f%f",array($num1,$num2)); echo $txt; ?>.
確定! 回上一頁