2
我試圖在文本輸入字段中使用「輸入」來提交消息(在SignalR聊天中)。我試過數百種方法,但似乎無法使其工作。mvc - 輸入時提交文本輸入字段
我想要它,所以當我按下輸入它點擊btn或按下標籤,然後輸入。
這裏是輸入和BTN
<input class="form-control" id="message" maxlength="200" />
<input type="button" class="btn btn-default" id="sendmessage" value="Send" />
仍然沒有工作:/ – CAMELYON
@CAMELYON - 確保你用[form](https://www.w3schools.com/tags/tag_form.asp)元素包裝你的表單。 – Igor