將asp頁面轉換成htm頁面的方法

2022-03-02 05:12:51 字數 1246 閱讀 8585

<%

function getpage(url)

'獲得檔案內容

url=""'要讀取的頁面位址

response.write "開始更新首頁..."

wstr = getpage(url)

'response.write(wstr)

set fs=server.createobject("scripting.filesystemobject")

set crfi=fs.createtextfile(dizhi)

crfi.writeline(wstr)

set crfi=nothing

set fs=nothing

response.write "...更新完成!"

%>

**算是最簡單的,直接儲存成乙個asp檔案即可,只要把url(要轉化的asp位址)和dizhi(要儲存的html位址)設定好就可以了,一般這兩個檔案在同乙個目錄,才能保證或者css、js起作用。

希望對那些正在尋找asp->htm的朋友有用。

將asp頁面轉換成htm頁面的方法

function getpage url 獲得檔案內容 url 要讀取的頁面位址 response.write 開始更新首頁.wstr getpage url response.write wstr set fs server.createobject scripting.filesystemobj...

將asp頁面轉換成htm頁面

function getpage url 獲得檔案內容 url 要讀取的頁面位址 response.write 開始更新首頁 wstr getpage url response.write wstr set fs server.createobject scripting.filesystemobj...

通過python將xml檔案轉換成html檔案

def main maxwidth 100 用於規範字段的長度 print start count 0 while true try line input if count 0 color lightgreen elif count 2 取餘 color white else color light...