ASP中Space函数的应用 2004-10-21 雕虫小技 0 Comments 很多时候我们需要生成重复的 N 个字符,一般会使用这样的方法 123456Dim i, n, s n = 10 For i = 0 TO n s = s & "" "&…