html笔记

63 阅读1分钟

1.contenteditable属性

<p contenteditable="true">这是一个可编辑段落。</p>

contenteditable 属性指定元素内容是否可编辑。