gpt4 book ai didi

c++ - 如何将双引号放入字符串文字中?

转载 作者:太空宇宙 更新时间:2023-11-04 12:44:57 35 4
gpt4 key购买 nike

我使用 printf() 语句创建了以下输出:

printf("She said time flies like an arrow, but fruit flies like a banana.");

但我想把实际的报价放在双引号里,所以输出是

She said "time flies like an arrow, but fruit flies like a banana".

不干扰用于在 printf() 语句中包裹字符串文字的双引号。

我该怎么做?

最佳答案

用反斜杠转义引号:

printf("She said \"time flies like an arrow, but fruit flies like a banana\"."); 

有特价escape characters您可以在字符串文字中使用,这些用前导反斜杠表示。

关于c++ - 如何将双引号放入字符串文字中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52148078/

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