将用户文本区域内容保存到浏览器存储中
我想制作自动保存功能,但不使用服务器存储和闪存。保存文本区域然后从浏览器存储中调用它的首选跨浏览器方式是什么? Internet Explorer 有用户数据,但其他的呢?
I'd like to make an autosave feature, but without using server storage and flash. What's the preferred cross browser way to save a textarea, then recall it from browser storage? Internet explorer has userdata afaik but what about the others?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本地存储或会话存储(适用于 IE8和其他浏览器)。
Either Local Storage or Session Storage (works in IE8 and other browsers).