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;
}

 

posted on 2015-04-02 10:42  雨渐渐  阅读(147)  评论(0编辑  收藏  举报

导航