if (!window.console) console = {log: function() {}}; </script>. 若window.console 不存在時, 把log這個method變成空的, 就不會有Error了 ...
確定! 回上一頁