有点基础,但我尝试了一些方法来解决以下错误,但无法获得正确的解决方案。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form method="post">
<input type="text" name="query1"></input>
<input type="text" name="query2"></input>
<input type="submit"></input>
</form>
</body>
</html>
运行时出错:HTTP 错误 405.0 - 方法不允许 由于正在使用无效的方法(HTTP 动词),因此无法显示您要查找的页面。
在 IIS 的映射中,我添加了 POST 方法,但它不起作用!请提出建议!