require(['jquery'], function($) { // 方法一 // 获取cookie值 function getCookie(name) { var arr = document.cookie.match(new RegExp("(^| )" + ...
確定! 回上一頁