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