查找</form> 标记时遇到意外的文件结尾。
发布网友
发布时间:2024-10-02 15:52
我来回答
共2个回答
热心网友
时间:2024-11-08 18:14
这个说明只有<form>标签,但是到结尾都没找到</form>结束标签导致的。因为在html5标准中,所有的页面标签都是成对出现的“<A></A>”或"<A name='shangsan'/>"(A代表任意标签)。
举例:
<form id='modify1' name="modify1" method="post" enctype="multipart/form-data" action="${ctx}/report/rate_exchange.jsp" >
<table class="table_common" id="table1" cellspacing="1" cellpadding="0">
<tr class='title_tr' style="white-space: nowrap; text-align: center;" >
<td style="white-space: nowrap; text-align: center;" colspan="4">
<input type="button" style="white-space: nowrap; text-align: center;" />
<input type="reset" style="white-space: nowrap; text-align: center;" />
</td>
</tr>
</table>
</form>
热心网友
时间:2024-11-08 18:14
<form runat="server">需要用</form>结尾