查看文件: malformed_cookie.html
大小: 429 字节
类型: text/html
<!DOCTYPE html> <html> <head> <title></title> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="../src/jquery.cookie.js"></script> <script> try { Object.defineProperty(document, "cookie", { get: function() { return "first=one; ; second=two"; } }); window.testValue = $.cookie("second"); window.ok = true; } catch (er) { } </script> </head> <body> </body> </html>
保存
取消
返回文件列表