var write = document.write;
var log = console.log;
log('bbbbb'); //正确执行
write('aaaaa'); //报错 Uncaught TypeError: Illegal invocation
慕盖茨4494581
相关分类