有个问题不懂 望大佬路过指点一下下面这个式子的输出为什么是b的98oxab 这个写法是不是有问题#include<stdio.h>main (){ char a;a=’/0xab’;printf("%d",a);}