【发布时间】:2019-09-24 06:12:35
【问题描述】:
我最近开始练习 Html。我正在处理没有任何数据的简单提交表单。 这是我的 index.html 代码
<html>
<body>
<form action="/a.html"> <center><h1>Vignesh</h1> > </center> <BR><br> <input type="submit" value="SUBMIT">
</form> >
</body>
</html>
Here is my a.html code...
<html>
<body>
<h1>
<b>SUBMITTED<b>
</h1>
</body>
</html>
当我按下提交时,它显示“文件 a.html?未找到”我不知道它添加了“?”最后。如果删除?从链接手动操作。
【问题讨论】:
标签: web-services web web-applications web-crawler