tools.asp
来自「一个比较完整的企业erp系统」· ASP 代码 · 共 18 行
ASP
18 行
<%
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 + =
减小字号Ctrl + -
显示快捷键?