硫酸铵能代替尿素吗:response.write "<li><a href='shownews.asp?id=" &cstr(rs("id")) &"'>" &rs("title") & "("

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/01 19:01:59
response.write "<li><a href='shownews.asp?id=" &cstr(rs("id")) &"'>" &rs("title") & "("

& cstr(rs("addtime")) & ")</a> "

这两行代码要怎么连接起来啊,id-数字,title-文本,addtime-日期,
分两行写!!!!

代码怎么连接忘了,字符串换行是可以通过 &_ 来连接的。