``` 当成功运行后,会生成html文件,可以使用php去访问,但是缺少一行代码‘ <meta charset="UTF-8">’ 需要自己添加,不然会出现乱码,无法识别 <head> <meta charset="UTF-8"> <title>Local Map</title> ```