请问能不能实现将一段字符串分开显示

如:姓名,性别,年龄 存为数据库表的一个属性

后要取出分开来在表格中显示
---------------------------------------------------------------

info里存着这些内容:
str=split(rs("info"),",")
显示的时候
for i=0 to ubound(str)
response.write str(i)
next
或者
姓名:``` =str(0)

1...   
2\---------------------------------------------------------------   
3  
4注意在录入时,不要有","字符,否则肯定有问题啊   
5\---------------------------------------------------------------   
6  
7你的“,”得换成","
Published At
Categories with Web编程
Tagged with
comments powered by Disqus