path: "/",表示所有網頁都可以訪問cookie,expires: 7,表示cookie過期時間,
2017-04-12
$(function () {
$.ajaxSetup({
type:"post",
success:function (data){
$.ajaxSetup({
type:"post",
success:function (data){
2017-04-11