``` fastring RedisSql; uint8_t s = 1; RedisSql<<"s="<<s; std::cout<<RedisSql.c_str()<<std::endl; ``` 打印结果是乱码