请懂的以下代码的进来帮个忙,我碰到了棘手的问题.自已想不出来
本人碰到了这么一个问题,其中图片中所提到的/include/jk_class.asp的代码如下:
<%
const dim_11_len=50
const dim_12_len=50
class class_joekoe_cms
public web_vt,web_name,web_url,web_email,web_urls,web_dir,web_cookies,web_skin,web_dir_skin,web_upload,web_unit,web_health,now_time,today_time,timer_start,pro_edition,num_rs,connstr
public js_tim,js_mod,isconn,ishealth
function exec(esql,etype)
if isconn=false then call conn_open()
'response.write vbcrlf&"//<br>"&esql
select case etype
case 0
conn.execute(esql)
case 1
set exec=conn.execute(esql)
end select
num_rs=num_rs+1
end function
我研究三天了也想不出是什么原因,在此先感谢一下.