![]() |
#2
rjsp2016-09-18 11:47
|
#include <iostream>
using namespace std;
main()
{
wchar_t a;
a=L'\u7ecf';
cout<<a<<endl;
}
7ecf对应unicode中的经字,如何输出经?