20230414
You are currently viewing a revision titled "20230414", saved on 2023年4月14日 8:51 PM by 楊玉瑩 | |
---|---|
タイトル | 20230414 |
コンテンツ | <?php
print("あなたのお名前\n");
function run(){
print("なんてーの\n");
}
?>
<!DOCTYPE html>
<html dir="ltr" lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, maximum-scale=1.0,minimum-scale=1.0">
</head>
<body>
<center>
<?php
require("gaibu.php");
run();
?>
</center>
</body>
</html> |
抜粋 | |
脚注 |