c++ 小片段

void test_string()
{
    string sen = "Connection will be closed if there is no "
                    "read/write operations during the last  'idle_timeout_s'";
    cout << sen<< endl;
}
原文地址:https://www.cnblogs.com/i80386/p/4386226.html