幼儿园监控的app:是什么意思?

来源:百度文库 编辑:中科新闻网 时间:2024/07/04 18:11:39
function getToDayCountBuy(class_no,gqinfo_type)
set rsb=server.createobject("adodb.recordset")
if cint(gqinfo_type)<>0 then stra = " and gqinfo_type="&cint(gqinfo_type)

<%=getToDayCountBuy(0,2)%>

1.if cint(gqinfo_type)<>0 then stra = " and gqinfo_type="&cint(gqinfo_type)是什么意思
2.<%=getToDayCountBuy(0,2)%>与<%=getToDayCountBuy(0,0)%>有什么区别?

没见过