short-circuit求值C中的

a && b ==> if a then b

a || b ==> if not a then b

posted on 2012-07-26 09:36  Orz..  阅读(108)  评论(0)    收藏  举报

导航