摘要: 1. dateadd法 1)将期限设置为当前日期后的第N天的0时0分0秒 Response.Cookies(“LastView”).Expires=dateadd(“d”,N,date) 2)将期限设置为当前日期后的第N月的同一天的0时0分0秒 Response.Cookies(“LastView”... 阅读全文
posted @ 2015-04-29 10:58 橙汁配牛奶! 阅读(522) 评论(0) 推荐(0)