我有以下代码:
private void UpdateUI(Action action)
{
this.Invoke(new Action(action), null);
}
每当我点击“提交”按钮时,我都会得到值,然后是“#”。我不知道它来自哪里。它显示在URL(即GET变量)中。我正在使用bootstrap。我该如何摆脱“#”?
答案 0 :(得分:2)
usu method =""行动="&#34 ;.方法POST或GET
<form method="GET" action="">