ipad微信分屏怎么关闭:response.write "<li><a href='shownews.asp?id=" &cstr(rs("id")) &"'>" &rs("title") & "("

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/03 05:47:53
response.write "<li><a href='shownews.asp?id=" &cstr(rs("id")) &"'>" &rs("title") & "("

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

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

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