<?$a = 5;if ($a != 5) { echo "$a 不是 5";} else { echo "$a 是 5";}?>
原文转自:http://www.ltesting.net