📄 tools.asp
字号:
<%
function txt2html(txt)
txt2html=txt
end function
function ishtml(txt)
if txt="" or isnull(txt) then
ishtml=false
exit function
end if
if instr(txt,"[HTML]")>0 and instr(txt,"[/HTML]")>0 then
ishtml=true
else
ishtml=false
end if
end function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -