std::string 字符串不可以初始化为NULL,虽然能通过编译,但是会出现运行错误。 std::string 使用以下两种 ... c_str 取得C风格的const char* 字符串
確定! 回上一頁