📜  C++ 字符串中的引号 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:52.102000             🧑  作者: Mango

代码示例1
//Escape the quotes with backslashes:
printf("She said \"time flies like an arrow, but fruit flies like a banana\".");