PHP中的IF也可以这样用啊
if(条件): do someting ;
不加:可以么 替代语法,手册中有提到的
[解决办法]
嗯 替代语法
if(condition):
dosomething;
endif;
while(conditon):
dosomething;
endwhile;
...........
发布时间: 2013-07-09 09:50:47 作者: rapoo
PHP中的IF也可以这样用啊
if(条件): do someting ;
不加:可以么 替代语法,手册中有提到的
[解决办法]
嗯 替代语法
if(condition):
dosomething;
endif;
while(conditon):
dosomething;
endwhile;
...........