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.
在 CKEditor 插件中,无法复制复制格式中的标题。我需要在 CKEditor 插件中复制标题。请告知正确的代码。
请参阅复制格式的文档,其中说:
复制格式仅适用于内联样式,因此它不会将块级样式(例如标题)复制或应用到文本。
您可能需要编写自己的 Copy Formatting 版本才能获得所需的结果。
特定的标签