當(dāng)前位置: 首頁(yè)IT技術(shù) → asp關(guān)于統(tǒng)計(jì)總數(shù)的實(shí)例代碼分享

asp關(guān)于統(tǒng)計(jì)總數(shù)的實(shí)例代碼分享

更多

 下面提供給大家的是一個(gè)asp關(guān)于統(tǒng)計(jì)總數(shù)的實(shí)例代碼,希望對(duì)大家有所幫助。

<%
function count_biao(biao)
 set rskz=server.createobject("adodb.recordset")
 set rskz=conn.execute("select count(*) from "&biao&"")  
 Response.Write rskz(0)
 rskz.close
 set rskz=nothing
end function
%>
<%= count_biao("news") %>

熱門(mén)評(píng)論
最新評(píng)論
發(fā)表評(píng)論 查看所有評(píng)論(0)
昵稱(chēng):
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過(guò)審核才能顯示)