字符串的输出 例如4-3.php <?ph p Sstr="hello Snumber=123 printf("英文你好:%s"$str) printf("%.2f"Snumber printf(“%s郑州:郑州拥有‰u辆车”,$str$ number);字符串的输出 ⚫ 例如4-3.php ⚫ <?php ⚫ $str="hello"; ⚫ $number=123; ⚫ printf("英文你好:%s",$str); ⚫ printf("%.2f",$number); ⚫ printf(“%s郑州:郑州拥有%u辆车”,$str,$number); ⚫ ?>