我想根据我在存储它们时使用的键删除 chrome.storage.local 中存储的所有数据,但在控制台上运行它不起作用:
var storage= chrome.storage.local;
storage.remove('filters');
我想根据我在存储它们时使用的键删除 chrome.storage.local 中存储的所有数据,但在控制台上运行它不起作用:
var storage= chrome.storage.local;
storage.remove('filters');