标签: javascript
我有几行代码:
(function(exports){ // Do something })(typeof exports===typeof {}&&exports===this?exports:this.webdriver=this.webdriver||{})
这是什么意思?我该如何使用这个功能?