asp内容分页
acticlepage=int(Trim(request("acticlepage")))if acticlepage="" then acticlepage=0Set rs_aboutus = Server.CreateObject("ADODB.Recordset")sql="select Content from Aboutus where Title='"&Title&"'"rs_aboutus.open sql,conn,1,3content=rs_aboutus("content")contentArry=split(content,"<SPAN id=pag...











