gpt4 book ai didi

html - 使用表单 method=get 删除尾随问号

转载 作者:可可西里 更新时间:2023-11-01 13:37:24 25 4
gpt4 key购买 nike

我正在使用一个表单按钮,当我点击它时将我发送到一个页面 http://example.com/folder/upload/但出于某种原因,当我单击按钮时,它会在末尾添加一个尾随问号,如下所示:http://example.com/folder/upload/

我当前的代码如下所示:

<form method="get" action="http://example.com/folder/upload/"><button type="submit" class="green button"><i  class="photo" ></i></button></form>

如何在不使用 method="post"的情况下去掉问号,因为我希望用户能够在不弹出确认表单重新提交对话框的情况下刷新页面。

有没有另一种不使用 method="post"的方法来解决这个问题?

如果可能,我更喜欢不使用 onclick 或任何 javascript 的解决方案。

最佳答案

问号是 definition of form submission with the GET method 的一部分, 所以没有。

您可以通过使用链接而不是不真正提交任何内容的人工表单提交来摆脱问号。 Links want to be links .

关于html - 使用表单 method=get 删除尾随问号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13223812/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com