摘要:
最新在学习 AngularJs ,发现网上很难搜到 AngularJs.Cookie 教程, 就自己写篇博客,希望能帮到刚学的人。 废话不多说上代码 首先要引用 angular-cookies.js $cookieStore 有三个方法 : 1:get(key) 获取cookie 2:put(key 阅读全文
摘要:
/** * POST 1 * $http.post('http://localhost:8001/quickstart/task/create', { newTask: newTask }) */ /** * POST 2 * http.post('http://localhost:8001/qui 阅读全文