if(条件): do someting ;
不加:可以么
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;
if(condition):....end if;
if(condition):...endif;
飞过~~~~
if(condition):....end if;
if(condition):...endif;
嗯 替代语法
if(condition):
dosomething;
endif;
while(conditon):
dosomething;
endwhile;
...........