bjwf: if else 呗,至少别人一眼看去知道你想干什么. [阅读: 490] 2006-05-31 03:57:22 要想减少大括号的层次,就写个函数, abc() { if (a) return ; if (b) return ; if (c) return; do_somthing(); }