摘要: @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Scripts/jquery 阅读全文
posted @ 2017-04-30 19:41 ZHANGKAIXUAN 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 前几天用vue-resource调用接口,用post方式给后端,发现后端php接受不到数据,这好奇怪,最后发现提交给后端的时候 需要加一个参数 就是:emulateJSON : true 这句话的意思是 将request body以application/x-www-form-urlencoded 阅读全文
posted @ 2017-04-30 19:24 ZHANGKAIXUAN 阅读(4156) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>学生列表</title> <script src="https://cdn.bootcss.com/vue/2.4.2/vue.min.js"></script> <style ty 阅读全文
posted @ 2017-04-30 19:07 ZHANGKAIXUAN 阅读(1129) 评论(1) 推荐(0) 编辑