angular.js - angularJS怎么设置cookies保存的时间
世界只因有你
世界只因有你 2017-05-15 16:58:24
0
1
564

angularJS 在使用$cookies的时候,如何设置cookie的保存时间

世界只因有你
世界只因有你

membalas semua(1)
淡淡烟草味

Saya adalah porter jawapan:
http://stackoverflow.com/questions/12624181/angularjs-how-to-set-expired-date-for-cookie-in-angularjs

angular.module('cookiesExample', ['ngCookies'])
.controller('ExampleController', ['$cookies', function($cookies) {
  // Find tomorrow's date.
  var expireDate = new Date();
  expireDate.setDate(expireDate.getDate() + 1);
  // Setting a cookie
  $cookies.put('myFavorite', 'oatmeal', {'expires': expireDate});
}]);
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan