首页 > 作文

Angular Cookie 读写操作代码

更新时间:2023-04-04 11:29:20 阅读: 评论:0

angular cookie 读写操作,代码如下所示:

var app = angular.module('mywind',['ui.router'])app.controller('myautumn',function($scope,$http,$filter){//angular cookie写//用法 :$scioe.addcookie("姓名",值,时间,"/")$scope.addcookie = function(name, value, days, path) {  var name = decodeuri(name);  var value = decodeuri(value);  var expires = new date();  expires.ttime(expires.gettime() + days * 3600000 * 24);  path =一个独生女的故事 path == "" ? "" : ";path=" + path;  var _expires = (typeof惊悚片推荐 days) == "string" ? "" : ";expires=" + expires.toutcstring();  document.cookie = name + "=" + value + _expires考生类别怎么填 + path;}//angular cookie读//用法:$scope.getcookievalue("姓名")  $scope.getcookievalue = function(name) {    var name = decodeuri(name);    var allcookies = document.cookie;    name += "=";    var pos = allcookies教师资格证考试条件.indexof(name);    if(pos != -1) {      var start = pos + name.length;铁是几价      var end = allcookies.indexof(";", start);    if(end == -1) end = allcookies.length;      var value = allcookies.substring(start, end);      return(value);    } el {      return "";    }  };}) 

到此这篇关于angular cookie 读写操作代码的文章就介绍到这了,更多相关angular cookie 读写内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章希望大家以后多多支持www.887551.com!

本文发布于:2023-04-04 11:29:18,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/1c548d223088c25268f59d2eb4be0b4d.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:Angular Cookie 读写操作代码.doc

本文 PDF 下载地址:Angular Cookie 读写操作代码.pdf

标签:姓名   操作   代码   独生女
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图