?? lang_functionlang.asp
字號(hào):
<%
function cClienteng(strcj,tClient)
select case tClient
case 2
cClienteng=clang(strcj)
case 4
cClienteng=replace(strcj,",","×")
case 5
cClienteng="2<sup>" & strcj & "</sup> Colors"
case 6
cClienteng="Visit for " & strcj & " times"
case 8
cClienteng="View " & strcj & " Pages/Visitor"
case else
cClienteng=strcj
end select
end function
function cLangeng(Langj)
clangeng=langj
end function
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -