DataOutputStream out = new DataOutputStream(new FileOutputStream(filename));out.writeChars("中國");這個數據怎么讀出來。( 像int型的有readInt() ) 查看完整描述