我在微框架 4.2 中编写了一个小型 Web 服务器,它侦听端口 81。它发送带有表单的 HTML 网页,并等待 POST 与浏览器中的元素一起返回。它适用于我测试过的所有浏览器,除了 Apple 的 Safari 浏览器。在网页的末尾,我有两个回车换行对。任何想法为什么不返回 POS 元素?以下是我发送的网页的前几行。
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Settings</title>
</head>
<body>
<form method="POST" action="Times.htm">
<h1>Set Zone Times</h1>
<p>Zone 1 maximum time <select size="1" name="Zone1MaxTime">
<option>5</option>
<option>10</option>