主頁 > 知識庫 > asp動態(tài)include文件,方便多模板的實現(xiàn)

asp動態(tài)include文件,方便多模板的實現(xiàn)

熱門標簽:電銷機器人源碼網盤下載 福建外呼增值業(yè)務線路 中國辦理電信400電話 電銷機器人教育 調度系統(tǒng)外呼 宜賓語音外呼系統(tǒng)軟件 河北智能外呼系統(tǒng)軟件 伊春外呼業(yè)務系統(tǒng) 綿陽防封電銷卡價格
受! #include file="filename.asp" --> 宏限制,必須存在該文件并且會預先編譯(不管前面是否加以條件) 

經常有這樣的要求,根據不同的需求要求include不同的文件,如各個人的不同設置,所以要求能動態(tài)include文件。 

代碼如下:
 
復制代碼 代碼如下:

Function include(filename) 
 Dim re,content,fso,f,aspStart,aspEnd 

 set fso=CreateObject("Scripting.FileSystemObject") 
 set f=fso.OpenTextFile(server.mappath(filename)) 
 content=f.ReadAll 
 f.close 
 set f=nothing 
 set fso=nothing 

 set re=new RegExp 
 re.pattern="^\s*=" 
 aspEnd=1 
 aspStart=inStr(aspEnd,content,"%")+2 
 do while aspStart>aspEnd+1  
  Response.write Mid(content,aspEnd,aspStart-aspEnd-2) 
  aspEnd=inStr(aspStart,content,"%\&;")+2 
  Execute(re.replace(Mid(content,aspStart,aspEnd-aspStart-2),"Response.Write ")) 
  aspStart=inStr(aspEnd,content,"%")+2 
 loop 
 Response.write Mid(content,aspEnd)  
 set re=nothing 
End Function 

使用范例: 
復制代碼 代碼如下:

include("youinc.asp") 

標簽:新鄉(xiāng) 優(yōu)質小號 那曲 延邊 蘇州 河池 銅川 電商邀評

巨人網絡通訊聲明:本文標題《asp動態(tài)include文件,方便多模板的實現(xiàn)》,本文關鍵詞  asp,動態(tài),include,文件,方便,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《asp動態(tài)include文件,方便多模板的實現(xiàn)》相關的同類信息!
  • 本頁收集關于asp動態(tài)include文件,方便多模板的實現(xiàn)的相關信息資訊供網民參考!
  • 推薦文章