PHP连续输出字母A-Z

foreach(range('a','z') as $letter){
echo $letter;
}

posted @ 2012-08-27 16:08  Michael Zhang x  Views(273)  Comments(0Edit  收藏  举报