1
11 2015-04-07 06:08:09 +08:00 1
HTMLDocument.prototype.mycookie = '1234';
console.log(document.mycookie); |
2
airyland 2015-04-07 06:58:59 +08:00
不知道你想实现什么。还不如直接变成变局变量,window.mycookie='1234';
|