问题标签 [angular2-localstorage]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
57 浏览

html - 将存储在 HTML5 localstorage 中的值相加

我在 ionic-angular 应用程序之一的本地存储中存储了数据列表,如下所示:

现在我想添加数字(结果将是 7.5)并显示。

我正在尝试在下面的代码中使用他,但它不起作用

请建议我在哪里做错了。