目录
当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

tinymce-util-LocalStorage

优质
小牛编辑
122浏览
2023-12-01

Examples

tinymce.util.LocalStorage.setItem('key', 'value');
var value = tinymce.util.LocalStorage.getItem('key');

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.