2022年7月19日
-
sudo apt-get install php
然後:pi@raspberrypi:~/taoge $ cat test.php
<?php
$aa=60;
echo 'hello '.'xxx'.$aa."
";
echo "PHP??:".phpversion();
?>
pi@raspberrypi:~/taoge $
pi@raspberrypi:~/taoge $
pi@raspberrypi:~/taoge $ php test.php
hello xxx60
PHP??:7.0.19-1
pi@raspberrypi:~/taoge $