本地下载下来后:<script src="/path/to/js.cookie.js"></script> 3. ... 写入cookie Cookies.set('name', 'value') // 读取Cookies.get('name') ...
確定! 回上一頁