for(i=0;i<某个数;i++){String 字母=Convert.ToChar('A'+i);Response.write(字母);} 转载于:https://www.cnblogs.com/yansheng/archive/2009/12/30/1636401.html