gpt4 book ai didi

java - 如何将值 ""hello""分配给字符串?

转载 作者:行者123 更新时间:2023-12-01 06:32:59 25 4
gpt4 key购买 nike

我希望引号 ( " ) 成为字符串的一部分。即System.out.println(myString);应该输出 "hello"不仅仅是hello

最佳答案

您必须转义引号:

String myString = "\"hello\"";

This page of the Java specification提供有关字符串文字和转义序列的所有所需详细信息。

关于java - 如何将值 ""hello""分配给字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14418699/

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