Simple/Direct/Heredoc way of constructing a HTML string in Java

后端 未结 5 1732
忘了有多久
忘了有多久 2020-12-15 04:52

In python I can construct a HTML string without worrying about escaping special characters like < or \" by simply enclosing the string in triple quotes like:



        
5条回答
提交回复
热议问题