标签: javascript
我尝试了不同的方法.. 我需要在函数
var url = ''; chrome.tabs.getSelected(1, function(tab){ url = tab.url; }); console.log(url);