!function() { var x = document.createElement('div'); Object.defineProperty(x, 'id', { get: function(){ alert('控制台打开'); } }); console.info(x); }();