local storage is appending, not editing

后端 未结 0 1202
我在风中等你
我在风中等你 2020-12-03 07:05

I am using these methods..

    chrome.storage.local.set({\'key\': \'value\'});
    chrome.storage.local.get(\'key\', function(result){ var answer = result.key         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题