public class Test {
public static void main(String[] args) {
char c = 'µ';
System.out.println(c);
}
}
输出结果:?
'µ'这个字符位于ASCII 表中的181位,请教如何输出?