shop.asp
来自「应用于高等院校党团思想教育」· ASP 代码 · 共 11 行
ASP
11 行
<!-- #include file = "conn_shop.asp" -->
<%
Function ShopNo()
dim tmprs
tmprs=Conn_Shop.execute("Select count(*) As shopnumber from users")
shopno=tmprs("shopnumber")
set tmprs=nothing
if isnull(shopno) then shopno=0
end function
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?