std::string 字符串不可以初始化为NULL,虽然能通过编译,但是会出现运行错误。 std::string 使用以下两种初始化为空的方式:. std::string s;//执行默认构造函数 ...
確定! 回上一頁