PHP中的IF也可以这样用啊if(条件): do someting ;不加:可以么 替代语法,手册中有提到的[解决办法]嗯 替代语法if(condition): dosomething;endif;while(conditon): dosomething;endwhile;...........