从你的文件1 中可以看到
tc_id=request("id")
if tc_id="" then
response.write "来源未知或数据丢失!"
response.end
end if
所以问题是你的ID没有传过来
2006-06-29 12:48
从你的文件1 中可以看到
tc_id=request("id")
if tc_id="" then
response.write "来源未知或数据丢失!"
response.end
end if
所以问题是你的ID没有传过来

2006-06-29 13:01
2006-06-29 13:04

2006-06-29 13:05
2006-06-29 13:07
2006-06-29 13:12
2006-06-29 13:13

2006-06-29 13:16
2006-06-29 13:20