+ -
当前位置:首页 → 问答吧 → jsp 页面问题 急急急急急急!!!!!!!!!!!

jsp 页面问题 急急急急急急!!!!!!!!!!!

时间:2011-10-31

来源:互联网

HTML code
 <tr align="left">
              <td>正常/异常提款:<s:if test="obj.withdrawway==0">正常</s:if><s:else>异常</s:else></td>
              <td>提款金额:<font color="red">¥${obj.amount}</font></td>
            <td>
                <s:if test="obj.withdrawway==0">
                    银行手续费:<font color="red">¥${obj.handfee==''||obj.handfee==null?'0':obj.handfee}</font>
                  </s:if>
                  <s:else>
                      正常提款金额:<font color="red">¥${obj.cantake}</font>
                  </s:else>
              </td>
            <td>
                <s:if test="obj.withdrawway==0">
                    到账金额:<font color="red">¥${obj.realamount}</font>
                </s:if>
                  <s:else>
                      异常提款金额:<font color="red">¥${obj.ecptake}</font>
                  </s:else>
            </td>
          </tr>        

作者: zqs0605   发布时间: 2011-10-31

问题?

作者: TendaRouter   发布时间: 2011-10-31

HTML code
</s:if>
                  <s:else>
                      正常提款金额:<font color="red">¥${obj.cantake}</font>
                  </s:else>
              </td>

在这儿会提示没有结束的s标签 并且代码显示为黑色

作者: zqs0605   发布时间: 2011-10-31

作者: zqs0605   发布时间: 2011-10-31