20221104 授業
You are currently viewing a revision titled "20221104 授業", saved on 2022年11月5日 1:25 AM by 楊玉瑩 | |
---|---|
タイトル | 20221104 授業 |
コンテンツ | <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
$test=5;
if($test==10){
echo"OK";
}else{
echo"no";
}
exit;
?>
</center>
</body>
</html> |
抜粋 | |
脚注 |