摘要: #include #include #includeusing namespace std;int i = 3;int main(){ setlocale(LC_ALL, "zh_CN.UTF-8"); wchar_t a[] = L"你好"; wcout << a << endl; } 阅读全文
posted @ 2014-04-02 21:59 jihite 阅读(1143) 评论(0) 推荐(0)