gpt4 book ai didi

java - 在 Java 中构造 HTML 字符串的简单/直接/Heredoc 方式

转载 作者:IT老高 更新时间:2023-10-28 20:41:30 27 4
gpt4 key购买 nike

在 python 中,我可以构造一个 HTML 字符串,而不必担心转义特殊字符,如 < 或 ",只需将字符串括在三引号中,如:

html_string = """
<html>
<body>
<p>My text with "quotes" and whatnot!<p>
</body>
</html>
"""

在 Java 中有类似的方法吗?

最佳答案

它不能像在 Python 中那样在 Java 中完成。但是,如果您使用 Eclipse,请转到 Window->Preferences->Java->Editor->Typing 最后一个复选框是“Escape text when paste into a String literal”。检查那个。现在,当您在光标位于引号之间时粘贴时,它将被转义。

关于java - 在 Java 中构造 HTML 字符串的简单/直接/Heredoc 方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2678483/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com