问题 I am getting the following exception: Value currently is [object Object] popup.html:1 Error handling response: TypeError: Assignment to constant variable. at chrome-extension://....../popup.js:19:18 Trying to get the input from my Chrome extension and using it in here... const settings = { name: "", email: "", tel: "", cc_number: "", cc_exp: "", cc_csc: "", address_line1: "", address_level2: "", address_level1: "", postal_code: "" } function getSettingsfromStorage() { chrome.storage.local.get