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.
我在页面中有两个表格。一个默认隐藏。当我从键盘按回车键时,隐藏的表单提交。
如何避免这种情况?
我有两种形式。一个是 HttpGet,另一个是 HttpPost。但是当从键盘按回车键时,它总是调用 HttpPost 而不是 HttpGet。
有两种可能解决这个问题。
删除 Http.Get 中的表单。
如果需要,则为 HttpGet 和 HttpPost 使用不同的操作名称。