#22003/5/27 17:30:40
response.write " 转到:"
&是起连接作用,但是不能用来连接两个语句
另外,
if j=1 then
response.write" "
end if
这样写只是当j=1时才输出,所以最后结果list只有一个1,我估计你是要这样的效果?
response.write " 转到:"
编辑历史:[这消息被allinhands编辑过(编辑时间2003-05-27 17:36:08)]
[这消息被allinhands编辑过(编辑时间2003-05-28 08:58:02)]