【发布时间】:2014-08-27 03:31:46
【问题描述】:
我有这样的文字:
“@joemcelderry91: I've woken up with the flu I think! :( gunna try and
run it off haha!! X” get well soon joey :)
我想去掉句子中的双引号。删除后应该是这样的
@joemcelderry91: I've woken up with the flu I think! :( gunna try and
run it off haha!! X get well soon joey :)
到目前为止,有没有人建议删除这个我已经尝试过这个仍然没有运气:
.replaceAll("\"", "");
【问题讨论】:
-
.replaceAll('"','')