23455

来源:互联网 发布:淘宝白底平铺拍摄技巧 编辑:程序博客网 时间:2024/05/22 06:37

void printMsg(string strMsg)
{
    if (bConsole)
    {
        cout << strMsg << endl;
    }
    else
    {
        out << strMsg << endl;
    }
    
}

 

原创粉丝点击