内容可编辑后自动保存HTML文件

时间:2018-08-31 04:50:11

标签: javascript html5

我想在完成contenteditable之后自动保存HTML文件。如何实现呢?我的HTML文件是:

<!DOCTYPE html>
<html>
    <head>
        <title>Sample File editor</title>
        <meta charset="utf-8" />
    </head>

    <body contenteditable="true">
        <div>Press keys here..<br/>
            <i>Sample Italic Text</i> and <b>Sample Bold Text</b> and so on...<br/>
        </div>
   </body>
</html>

我希望使用纯javascript

0 个答案:

没有答案