标签: html jsp
假设我有一个按钮
<input type="button" />
现在我必须通过
<jsp:include page="index.jsp"></jsp:include>
当我点击它在同一页面上调用index.jsp的按钮时,它会如何工作。