同一个字符,为什么编码不同,不应该相同且是
#include<stdio.h>int main(){
wchar_t * a="我"; printf("%d %d ",a[0], '我');
}
53966 52946
'我'这就是错误的写法啊。单引号只能表示单个字符