实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化
AخA
 
1
     <?php
2
     $txt="Hello world!";
3
     $x=5;
4
    $y=10.5;
5
echo $txt;
6
echo $x;
7
     ?>