摘要: 错误提示: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. 翻译: 阅读全文
posted @ 2018-05-28 20:51 amyleell 阅读(1321) 评论(0) 推荐(0) 编辑
摘要: 一. 什么是RESTful REST与技术无关,代表的是一种软件架构风格,REST是Representational State Transfer的简称,中文翻译为“表征状态转移” REST从资源的角度类审视整个网络,它将分布在网络中某个节点的资源通过URL进行标识,客户端应用通过URL来获取资源的 阅读全文
posted @ 2018-05-28 20:44 amyleell 阅读(61) 评论(0) 推荐(0) 编辑