最近在练习使用 Angular,在实现 $http 对本地 JSON 文档读写的时候遇到了问题. 问题 使用 GET 方法成功将 JSON 文档的内容读出来:但是在使用 POST 插入本地 JSON 文档 newBook 的时候,Chrome 的终端里出现了如下错误: Failed to load resource: the server responded with a status of 404 (Not Found) 关键的代码贴出来: var bookLibraryApp = angul