请详细阅读下面列出的表单和PHP代码。当在表单里面的两个文本框分别输入“php”和“great”的时候,PHP将在页面中打印出什么?( ) <form action=”index.php” method=”post”> <input type=”text” name=”element[]”> <input type=”text” name=”element[]”> </form> <?php echo $_GET[‘element’]; ?>
发布于 2020-12-25 16:59:28
登录后免费查看答案
关注者
0
被浏览
63