??? try {
??????? BufferedReader in = new BufferedReader(
??????????? new InputStreamReader(new FileInputStream("infilename"), "UTF8"));
??????? String str = in.readLine();
??? } catch (UnsupportedEncodingException e) {
??? } catch (IOException e) {
??? }
|----------------------------------------------------------------------------------------|
版權(quán)聲明 版權(quán)所有 @zhyiwww
引用請(qǐng)注明來(lái)源 http://www.aygfsteel.com/zhyiwww
|----------------------------------------------------------------------------------------|