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.
当我使用此代码创建 html 页面时:
'<br/>' is not a valid email address.
我看到而不是<br />换行,什么都可以
<br />
然后我有检票口输入文本字段,其中有 EmailValidator。当我放在那里时,<br />我可以看到同一行,但<br />用新行替换。检票口怎么样?
如果您想在浏览器中看到任何 html 代码,则需要对其进行转义。如果在检票口组件中使用 html 作为值,则需要调用Component.setEscapeModelStrings(true);
Component.setEscapeModelStrings(true);