<?php
header("Content-type:text/html;charset=utf-8");
echo <<<'FROM'
<from action="" method="post">
请输入一个整数:
<input type="number" name="num">
<input type="submit" value="提交">
</from>
FROM;
echo isset($_POST['num']);
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
知道了 form写反了
请问有大佬知道什么原因吗