这有可能吗?

<h3 id="question">Some text</h3>


...

var theQuestion = document.querySelector('#question').innerText;
...
self.newData.theQuestion = [];


保存:theKey : {"theQuestion":[]}

尝试实现:theKey : {"Some Text":[]}

编辑:查看截图

javascript - Javascript-如何在本地存储中动态设置值?-LMLPHP

最佳答案

找到了。.没想到会这么容易:

self.newData[theQuestion]


如果您希望主持人可以关闭此问题。

09-26 05:29