Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将包含大量内容的 jsp 页面包含到内容区域中,但出现此错误:
常量字符串太长,无法为jsp编译类。
任何解决这个问题的方法?
对于您的问题,最简单的解决方案可能是将这些庞大的内容拆分为多个 jsp 页面,并将它们动态地(使用<jsp:include>)包含到一个 jsp 中。
<jsp:include>