<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <%'--------------------------------------------------------------- ' AspStudio_Codepage="65001" ' ' 档案名称:autoUpdate.asp ' 原创作者:Mr.CT ' 作者邮件:cancait@163.com ' 创建日期:星期日,2010年02月14日 22:07:36 ' 版权所有(C)Ant Software Studio '--------------------------------------------------------------%> <% dim autoupdate : set autoupdate = new AutoUpdateClass autoupdate.setLanmuNum = 5 autoupdate.setPublishNum = 4 call autoupdate.publishBook() set autoupdate = nothing Response.Write "var autoUpdateRunFinish = true;" %>