我有这几行代码:
(function(exports){
// Do something
})(typeof exports===typeof {}&&exports===this?exports:this.webdriver=this.webdriver||{})
这是什么意思?我怎样才能使用这个功能?
我有这几行代码:
(function(exports){
// Do something
})(typeof exports===typeof {}&&exports===this?exports:this.webdriver=this.webdriver||{})
这是什么意思?我怎样才能使用这个功能?