PHP中的IF也可以这样用啊if(条件): do someting ;不加:可以么 分享到: ------解决方案--------------------http://www.php.net/manual/en/control-structures.alternative-syntax.php------解决方案--------------------if(condition):....end if;登入後複製登入後複製登入後複製可以这样写------解决方案--------------------引用:if(condition):....end if;登入後複製登入後複製登入後複製可以这样写是这样if(condition):...endif;登入後複製登入後複製------解决方案--------------------引用:Quote: 引用:if(condition):....end if;登入後複製登入後複製登入後複製可以这样写是这样if(condition):...endif;登入後複製登入後複製替代语法,手册中有提到的------解决方案--------------------嗯 替代语法if(condition): dosomething;endif;while(conditon): dosomething;endwhile;...........