当前位置: 代码迷 >> ASP >> 字符赋于变量,该怎么解决
  详细解决方案

字符赋于变量,该怎么解决

热度:202   发布时间:2012-03-29 12:53:13.0
字符赋于变量
(rs, "信息编号,信息标题 ", "info_no,title ", "10,12 ", "c,c ", " ",tbstyle,tbcolor,12,cp,mevent,1, " ", "info_no ",1)

我想把如下字符串赋给变量如何赋值??

ASP的

------解决方案--------------------
dim xStr:xStr= "(rs, " "信息编号,信息标题 " ", " "info_no,title " ", " "10,12 " ", " "c,c " ", " " " ",tbstyle,tbcolor,12,cp,mevent,1, " " " ", " "info_no " ",1) "
response.write(xStr)
  相关解决方案