奚华 发表于 2012-11-19 23:33 JDK7.0 API中是这样定义的
曾翰翰 发表于 2012-11-19 23:35 那为什么这里无法使用writeChar(int v) 而要用writeChars(String s)
奚华 发表于 2012-11-19 23:37 raf.writeChar("i"); 这句代码里的"i"是个字符串常量!