1.了解PHP
第一个程序
echo 'hello world';
和python的区别,python是 print (hello world)
并且python结尾没有;2.X版本不需要加括号,但是3.X版本必须加上()