php $number = 2; $str = "Shanghai"; $txt = sprintf("There are %u million cars in %s.",$number,$str); echo $txt; ?> 定義和用法. sprintf() 函式把 ...
確定! 回上一頁