案例:PHP案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
<?php
2
function writeMsg() {
3
   echo "Hello world!";
4
}
5
6
writeMsg();
7
?>