1.今天下载了PhpStorm 2020.1 x64开始php的学习
并且还下载了xampp
<!DOCTYPE html> <html> <body> <?php echo "Hello World!"; ?> </body> </html>
开始