乐编题库
个人中心
导航
C++基础-std::string类特性
判断C++中执行代码string s = "bcd"; s[0] = 'a'; 能否正确将s的第一个字符赋值为'a'?