以前要顯示” 或\ 之類的字元需要在前面加上\,現在不用了,直接將字串用R”(要顯示的字串)” 包起來即可。 int main() { const char* s1 = "\"hello\nworld\ ...
確定! 回上一頁