讀取HTML檔案,生成HTML字串

2021-08-28 21:19:01 字數 342 閱讀 1799

思路:通過流讀取,然後拼接

這個也比較簡單,學過流的同學應該都會,只不過長時間不用就都忘了,這個是封裝好的,我們可以拿過來直接用,廢話不多說,直接上**;

**://filepathandname : 你要轉換的html的 絕對路徑

public static string readfile(string filepathandname)

read.close();

}} catch (exception e)

system.out.println("filecontent:"+filecontent);

return filecontent;

}

模組檔案生成html

content dim fso,f dim strtitle,strcontent,strout 建立檔案系統物件 set fso server.createobject scripting.filesystemobject strtitle 這是生成的網頁標題 strcontent 這是生成的網頁...

生成html格式的檔案

private void tzjh string zsnd,list list,string path bw.write 特殊說明 r n bw.write r n bw.write r n for int i 0 i aqx.get hzmc r n bw.write r n schoolsear...

使用ASP生成HTML檔案

使用asp生成html檔案 使用asp生成html檔案 共有兩個頁面index.htm是首頁.程式比較簡單,主要是用了asp裡的檔案操作物件。send.asp function chan time shijian 轉換日期時間函式 s year year shijian if len s year ...