proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« [perl code] RRD in mysql | Main | MSSQL 和 MySQL 取中间某几行的方法 sql语句 »

October 2, 2006

简单总结一下各种开发语言的 if、 else if 的语法

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2006/10/02/001103.html
http://windtear.net/archives/2006/10/02/001103.html

简单总结一下各种开发语言的 if、 else if 的语法

if elif elsif elseif else if fi end if


c:
if() {}
else if() {}
else {}


shell:
if [ ]
then
elif [ ]
then
else
fi


perl:
if() {}
elsif() {}
else {}


python:
if :
elif :
else:


asp:
if then
elseif then
else
end if


javascript:
if() {}
else if() {}
else {}


php:
if() {}
elseif() {}
else {}
本blog WWW

Posted by windtear at October 2, 2006 11:59 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.