<!DOCTYPE html>
<html>
<body>
<?php
$number = 9;
$str = "北京";
printf("北京有 %u 百万辆自行车。",$number,$str);
?>
</body>
</html>