ComputerGraphics/20210129/demo/Readme.md
2021-02-05 21:34:40 +08:00

15 lines
600 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 食用方法
1. 安装wamp程序下载地址[wamp](https://www.wampserver.com/)
2. 拷贝demo文件夹到wamp程序安装目录文件夹内的www下例如**H:\wamp64\www\demo**
3. 将自己的作业放置于**demo/res**文件夹下single-demo.json是标准的文件大家自己的作业用自己的名字缩写命名。
4. 修改**demo/js/main.js**下的20行将single-demo.json修改为各自的json文件即可在浏览器中间浏览。
5. 运行wamp程序浏览器输入网址[http://localhost/demo/index.html](http://localhost/demo/index.html)
# Q&A记录