App下载

demo_func_string_sprintf2 在线工具

demo_func_string_sprintf2 在线工具

<?php
$number = 123;
$txt = sprintf("%f",$number);
echo $txt;
?>
运行结果