SOURCE

function c(sth){
  document.write(sth + '<br>');
}

document.body.style.color = '#ffffff';
var a = {a:1,b:2,c:3};
for(var i in a){
  c(i);
}

for(var i in Object.prototype){
  c(i);
}
console 命令行工具 X clear

                    
>
console