Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<form>与没有action属性或空属性的a 类似,具有为 URL 参数提供的 en 空字符串的 XMLHttpRequest 将请求当前 URL 的行为是否一致且可靠?
<form>
action
经过实验,答案似乎是“否”。实际上,URL 参数是必需的,会导致错误。