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.
我想为一个网站制作一个页面,让用户创建博客文章,并希望他们能够以图形方式编辑格式,如段落和样式,然后将其转换为 html。有没有办法在 PHP 中做到这一点?我需要使用 Javascript 或 Ajax 什么的吗?
PHP(如果你想要动态行为)和FCKeditor(在客户端)将完成这项工作。看看演示。另一个好的编辑器是TinyMCE。