function.asp
来自「数据结构课程设计之最小生成数的K算法的实现 简短 简洁」· ASP 代码 · 共 36 行
ASP
36 行
<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 + =
减小字号Ctrl + -
显示快捷键?