Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为我的个人需求创建一个自定义编辑器,有什么方法可以删除我在刷新页面之前输入的数据?
我不是 100% 确定您在寻找什么,但如果您只想清除页面加载时的文本,您可以执行以下操作:
firepad.on('ready', function() { firepad.setText(''); });