index.php的程式碼內容
<?php
namespace app\index\controller;
use think\Controller;
class Index
{
# public function index()
{
return 'php';
}
public function hello()
{
##}
這個是hello.html的內容
<!doctype html>
<html lang="en"><head>
<meta charset=%