??? try {
??????? Writer out = new BufferedWriter(new OutputStreamWriter(
??????????? new FileOutputStream("outfilename"), "UTF8"));
??????? out.write(aString);
??????? out.close();
??? } catch (UnsupportedEncodingException e) {
??? } catch (IOException e) {
??? }
|----------------------------------------------------------------------------------------|
版權(quán)聲明 版權(quán)所有 @zhyiwww
引用請注明來源 http://www.aygfsteel.com/zhyiwww
|----------------------------------------------------------------------------------------|