pcplayer · 2005-01-19 14:43:24 · 阅读: 582 if else 我为了对齐好看,一般是这样写 if xxx then begin ,,,,, end else if yyy then begin .......... end 看到有些语言居然是: if(xxx) { } fi 把if 颠倒过来当结束,看起来很别扭。