Taro+react开发(69):传入localstoage需要jsonstringfy处理

Posted 前端小歌谣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(69):传入localstoage需要jsonstringfy处理相关的知识,希望对你有一定的参考价值。

  this.setState(
      {
        answerList: [...answerList, ...[val]],
        ...val
      },
      () => {
        localStorage.setItem("answerList", JSON.stringify(answerList));
      }
    );

以上是关于Taro+react开发(69):传入localstoage需要jsonstringfy处理的主要内容,如果未能解决你的问题,请参考以下文章

Taro+react开发(88):taro条件渲染

Taro+react开发(85):taro路由参数

Taro+react开发(76):taro安装

Taro+react开发(75):taro简介

Taro+react开发(83):taro路由配置

Taro+react开发(74):taro架构使用