📄 webflow-form-simplest.jsp
字号:
<%@ include file="includeTop.jsp" %>
<div id="content">
<form action="myapp.htm" method="post"/>
<table>
<tr>
<td colspan="2" class="buttonBar">
<!-- Tell webflow what executing flow we're participating in -->
<input type="hidden" name="_flowExecutionId" value="${flowExecutionId}"/>
<!-- Tell webflow what event happened -->
<input type="submit" name="_eventId_submit" value="Submit">
</td>
</tr>
</table>
</form>
</div>
<%@ include file="includeBottom.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -