后台数据库中存储的是html字符串。

使用el表达式传到前台需要使用转移字符。

引入标签:<%@ taglib  uri ="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> 

这样取值:<input name="printBody"  />

model.printBody为后台传回的html字符串。

相关文章:

  • 2022-02-09
  • 2022-01-06
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2022-02-25
  • 2021-06-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-03-10
相关资源
相似解决方案