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.
我目前正在重新处理一个更大项目的一些 jsf 页面,并找到很多被包围的东西
<ui:remove>codes and comments...</ui:remove>
东西。许多部分不是“普通注释”,而是用途不明的大型代码片段。
我想知道这个标签的大量存在是否可能是一个性能问题,如果是这样:我们可以在构建过程中包含一些东西来删除生产环境中的所有无用内容吗?
提前致谢!