ie8 兼容模式

360兼容模式==ie8 兼容模式下 span标签占位问题

ie8 标准渲染

360兼容模式==ie8 兼容模式下 span标签占位问题

应付金额 穿位

错误代码

<span class="span_em">应付金额:<em><span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }">${result.orderPaymentView.shouldPayMoney }元</span></em></span>

更改后代码

<span class="span_em">应付金额:<em>${result.orderPaymentView.shouldPayMoney }元<span style="float: right;" id="rechargeMoney" value="${result.orderPaymentView.shouldPayMoney }"></span></em></span>

是兼容模式在解析<span>时占位及时在<span>标签外没有值也会占位

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-01-18
  • 2022-01-31
  • 2021-12-24
  • 2022-12-23
  • 2021-06-23
相关资源
相似解决方案