這篇“Java2中HTML改造方法是什么”文章的知識點(diǎn)大部分人都不太理解,所以小編給大家總結(jié)了以下內(nèi)容,內(nèi)容詳細(xì),步驟清晰,具有一定的借鑒價(jià)值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“Java2中HTML改造方法是什么”文章吧。
陽朔ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為成都創(chuàng)新互聯(lián)公司的ssl證書銷售渠道,可以享受市場價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!Buildjava2html方法最后調(diào)用了O01055方法,看來這個(gè)方法是最終生成html頁面的方法了.
既然如此,那么我們就把這個(gè)方法中出現(xiàn)的所有write方法中的參數(shù)加上”.getBytes(encoding)”,而這個(gè)encoding在構(gòu)造方法中已經(jīng)用用戶指定的編碼賦值了.
修改過的是這樣的:
public void O01055()
throws Exception
{
Hashtable hashtable = O01093();
Enumeration enumeration = hashtable.keys();
object obj = null;
Object obj1 = null;
while(enumeration.hasMoreElements())
{
String s = (String)enumeration.nextElement();
O01090 o01090 = (O01090)hashtable.get(s);
File file = new File(O01045);
String s1 = file.getAbsolutePath();
if(!s1.endsWith(File.separator))
{
s1 = s1 + File.separator;
}
String s2 = null;
if(o01090.O01082.equals(""))
{
s2 = s1 + o01090.O01006 + ".java.html";
} else
{
s2 = s1 + O07.O01015(o01090.O01082, File.separatorChar) + File.separatorChar + o01090.O01006 + ".java.html";
}
File file1 = new File(s1 + O07.O01015(o01090.O01082, '/'));
file1.mkdirs();
O01025 o01025 = new O01025(s2, O01040, O01041);
FileReader filereader = new FileReader(s);
o01025.O01032(false);
String s3 = ".";
if(o01090.O01082.length() == 0)
{
s3 = "";
}
O07.setEncoding(encoding);
String s4 = O07.O01018(o01090.O01082);
String s5 = O01117(s4);
o01025.write(new String(O07.O01004(s5 + "stylesheet.css", o01090.O01082 + s3 + o01090.O01006).getBytes(encoding)));
o01025.write(new String(O07.O01011(o01090.O01006, "", O01012).getBytes(encoding)));
o01025.write(new String(o01025.O01037().getBytes(encoding)));
o01025.O01032(true);
boolean flag = false;
try
{
O0106.O0108(filereader, o01025, s5, this, O01051);
o01025.O01032(false);
}
catch(O0109 _ex)
{
flag = true;
System.out.println("Parse Error, Non-Legal Java File. (2nd Parse - File has changed since first pars" +
"e)"
);
}
catch(IOException _ex)
{
flag = true;
System.out.println("IO Error. (2nd Parse)");
}
finally
{
try
{
o01025.write(new String(O07.O01013(o01090.O01006, "", O01014).getBytes(encoding)));
o01025.write(new String(O07.O01007().getBytes(encoding)));
o01025.close();
}
catch(IOException _ex) { }
try
{
filereader.close();
}
catch(IOException _ex) { }
}
if(!flag)
{
System.out.println("Created: " + s2);
}
}
}
從這個(gè)方法中可以看出所有的資源都是從O07類中來得.
以上就是關(guān)于“Java2中HTML改造方法是什么”這篇文章的內(nèi)容,相信大家都有了一定的了解,希望小編分享的內(nèi)容對大家有幫助,若想了解更多相關(guān)的知識內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道。