执行下面C++代码后将输出"China"。( ) string str = "china"; str.replace(0, 1, "C"); cout << str << endl; 正确答案:正确(√)