⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tools.asp

📁 一个比较完整的企业erp系统
💻 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 + -