上QQ阅读APP看书,第一时间看更新
Working Around the Web Server Requirement
If you have Firefox and do not want to install a web server, you can change strict_origin_policy to false in about:config.
If you are using Chrome and do not want to install a web server, make sure that you run it from the command line with the following modifier:
--allow-file-access-from-files
Let's use AJAX and JSON to load a cone from our web server.