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.
我想在 JSP 加载时自动从 JSP "MyJsp.jsp" 向 servlet "MyServlet" 发送请求,而不需要用户提供任何输入,例如按下按钮等。
我怎样才能做到这一点?
您可以将 onLoad 事件添加到 HTML 页面,然后使用 Javascript 提交所需的值。这将在页面加载后将值提交到服务器而无需用户干预