?? my_lib.asp
字號:
<%
Function leach(str) '去除部分html代碼
if str<>"" then
str=replace(replace(replace(replace(replace(str,chr(34),"""),chr(39),"'"),"<","<"),">",">"),vbCrlf,"<br>")
end if
leach=str
End function
Function Outleach(str)
if str<>"" then
str=replace(replace(replace(replace(replace(str,""",chr(34)),"'",chr(39)),"<","<"),">",">"),"<br>",vbCrlf)
end if
Outleach=str
End function
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -