xamp 怎么运行 php 项目?
http://localhost/index.php
<html>
<head>
<title>test</title>
</head>
<body>
<?php
$test='hello world';
echo $test;
?>
</body>
</html>