比如 1223445677777778aabbcccccccccc 經過過濾之後就是12345678abc 複製代碼 代碼如下:<% '過濾重複 Function norepeat(Str) Dim RegEx If IsNull(Str) Or Str="" Then Exit Function Set RegEx=New RegExp RegEx.Global = True RegEx.IgnoreCase=True
for i=1 to 256 yongfa365=yongfa365&"<!--這裡主要是讓前邊先產生256個字元,這樣才可以即時輸出-->" if len(yongfa365)>=256 then exit for next MadeBasic() MadeModel() MadeIndexBlogItem() response.Write "1/6所有模版產生完成<br&
<%sub fsojs()%> <% Set fso= Server.CreateObject("Scripting.FileSystemObject") set fd=fso.createtextfile(server.MapPath("../category.js"),true) '開始操作 set rs=server.CreateObject("adodb.recordset") rs.Open "select * from dept_category",conn,1,
'////////////////////////////////////////////////FSO操作///////////////////////////////////// '判斷檔案夾是否存在 Function FolderExits(Folder) Folder=Server.Mappath(Folder) Set FSO= Server.CreateObject("Scripting.FileSystemObject") IF FSO.FolderExists(Folder)
<% Function AutoKey(strKey) Const lngSubKey=2 lngLenKey=Len(strKey) Select Case lngLenKey Case 0 '若為空白串,轉到出錯頁 Response.Redirect "Error.htm" Case 1 '若長度為1,則不設任何值 strNew1="" strNew2="" Case Else '若長度大於1,則從字串首字元開始,迴圈取長度為2的子字串作為查詢條件 For i=1
<% '欄位內網址加上聯結。 Function ToLink(Str) Dim RE 'Regex對象 Dim strContent If IsNull(Str) Then Str = "" Set RE = New RegExp '建立正 則運算式對象 With RE .Global = True '搜尋應用於整個字串 .IgnoreCase = True '搜尋不區分大小寫 strContent =