📄 function.asp
字号:
<script>
function AddText(NewCode) {
document.myform.txtcontent.value+=NewCode
}
</script>
<%
function Emptyn(str1)
if str1="" then
Emptyn=0
else
Emptyn=str1
end if
end function
%>
<%
function Emptyd(str1)
if str1="" then
Emptyd=date()
else
Emptyd=str1
end if
end function
%>
<%
function GetValue(newstr,oldstr)
if newstr="" then
GetValue=oldstr
else
GetValue=newstr
end if
end function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -