javascript string compression with localStorage

前端 未结 5 1587
感情败类
感情败类 2020-12-23 17:53

I am using localStorage in a project, and it will need to store lots of data, mostly of type int, bool and string. I know that javascript strings are u

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-23 18:06

    This Stackoverflow Question has an answer that may help. There is a link to a JavaScript compression library.

提交回复
热议问题