gpt4 book ai didi

java - Java 中字符串中的转义引号

转载 作者:行者123 更新时间:2023-12-02 05:21:16 24 4
gpt4 key购买 nike

我有以下字符串,其中我成功地用 转义了引号。

        <Test sample=\"5\" couponCode=\"\"><WeatherApp>"
+ "<Temp><UpdateInfo><WeatherDetail>"
+ "<Release batchNo=\"\"/>"
+ "</WeatherDetail></UpdateInfo></Temp>"
+ "</WeatherApp></Test>

我的问题是,假设我想用 DTO.getVal() 替换该字符串中的值之一,我该怎么做?

例如 -

        <Test sample="dto.getVal()" couponCode=\"\"><WeatherApp>"
+ "<Temp><UpdateInfo><WeatherDetail>"
+ "<Release batchNo=\"\"/>"
+ "</WeatherDetail></UpdateInfo></Temp>"
+ "</WeatherApp></Test>

我已经通过多种方式做到了这一点,但到目前为止还没有成功。可以请您指教吗?

最佳答案

 <Test sample=\""+dto.getVal()+"\" couponCode=\"\"><WeatherApp>"
+ "<Temp><UpdateInfo><WeatherDetail>"
+ "<Release batchNo=\"\"/>"
+ "</WeatherDetail></UpdateInfo></Temp>"
+ "</WeatherApp></Test>

关于java - Java 中字符串中的转义引号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26502841/

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