戻る

解答例

PHP

<?php
header("Content-type: text/html; charset=utf-8");

echo str_repeat("*", 20) . "<br>";

echo "PHP:Hypertext Preprocessor";
echo str_repeat("<br>", 5);
echo "PHP:Hypertext Preprocessor";
?>

inserted by FC2 system