[removed] console.log not working in this context?

前端 未结 2 1040
名媛妹妹
名媛妹妹 2021-01-22 15:35
(function( $ ){ $.fn.openlayers = function( mapElementId, options ) {
        alert(console.log);
        console.log(options);
        ...
    }
});

I

2条回答
  •  无人共我
    2021-01-22 16:06

    Just click on ALL, you will definitely see the console.log output.

    http://i.stack.imgur.com/peduZ.png

    Hope it helps...!!!

提交回复
热议问题