赞 | 42 |
VIP | 91 |
好人卡 | 5 |
积分 | 114 |
经验 | 80759 |
最后登录 | 2025-1-12 |
在线时间 | 4447 小时 |
Lv4.逐梦者
- 梦石
- 1
- 星屑
- 10380
- 在线时间
- 4447 小时
- 注册时间
- 2005-10-22
- 帖子
- 7009
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 orochi2k 于 2014-10-1 00:10 编辑
今天神马都木有发生。安布雷拉公司在香港聚集群众热烈庆祝国庆并且木有僵尸(大雾)
然后捏,一群无聊的小朋友正在用优雅的手段改造更绅士编程语法,大概就是这样:
if ($condition) {
// Code here
} else {
// Code here
}
=》
perchance (£condition) {
// Code here
} otherwise {
// Code here
}
switch ($variable) {
case $option1:
//Code here
break;
case $option2:
//Code here
break;
default:
//Code here
break;
}
=》
what_about (£variable) {
perhaps £possibility:
//Code here
splendid;
perhaps £other_possibility:
//Code here
splendid;
on_the_off_chance:
//Code here
splendid;
}
try {
// Code here
} catch (Exception $e) {
// Handle exception
}
=》
would_you_mind {
// Code here
} actually_i_do_mind (Exception £e) {
// Politely move on
}
'Hello World!'
=》
'Good morrow, fellow subjects of NEOLITHIC.'; (神马奇怪的东西混进去了) |
|