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.
我的问题是我有一个包含要迭代的变量。我试图使用嵌套,但它们不起作用。我正在研究的解决方案的另一种尝试是输出
<ul> <li>Value</li>...</ul>
用于方法调用的内部循环。问题是它产生了这个:
<ul><li>Value</li></ul>
我如何强制它输出我想要的?还有其他解决此问题的建议吗?
使用 escape="false" 属性。