使用 PHP 的论坛

发布于 2024-10-20 02:05:28 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鹿! 2024-10-27 02:05:28

有几个很棒的所见即所得编辑器;仅举两个最常用的,您可以考虑:

  • TinyMCE
  • < a href="http://ckeditor.com/" rel="nofollow">CKEditor

在每种情况下,我建议您阅读他们的文档,了解如何将它们集成到您的网站中;-)

一般来说,获取用户输入的数据并不比读取 $_POST< 的元素更难/代码> 数组。

There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :

In each case, I suggest you read their documentation, to see how they can be integrated into your website ;-)

Generally speaking, getting the data entered by the user will not be harder than reading an element of the $_POST array.

阿楠 2024-10-27 02:05:28

您正在寻找的称为 RTE 或富文本编辑器。周围有很多。

请参阅此处

您还可以从此处查看答案,以获取类似于 stackoverflow 使用的内容。

What you're looking for is called an RTE or Rich Text Editor. There are many around.

See here

You can also view the answer from here for something similar to what stackoverflow uses.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文