为什么我的输入(type = text)会在URL中自动显示#

时间:2017-06-19 19:27:14

标签: html bootstrap-4

我有以下代码:

private void UpdateUI(Action action)
{
     this.Invoke(new Action(action), null);
 }

每当我点击“提交”按钮时,我都会得到值,然后是“#”。我不知道它来自哪里。它显示在URL(即GET变量)中。我正在使用bootstrap。我该如何摆脱“#”?

1 个答案:

答案 0 :(得分:2)

usu method =""行动="&#34 ;.方法POST或GET

<form method="GET" action="">