摘要: declare @a int, @b int, @str varchar(1000)set @a=1while(@a<=9)begin set @b=1 set @str='' while(@b<=@a) begin ... 阅读全文
posted @ 2015-04-06 23:24 星空夜 阅读(627) 评论(0) 推荐(0)