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.
我有一个 textarea 显示从查询中获得的文本。但是这个 textarea 运行 CLEditor 插件并执行该网站确实显示“CLEditor 区域”为空。您将如何在插件中添加默认文本?例如:
<textarea id="areaEdit" name="areaEdit"><?php echo $row['myText'] ?></textarea>
我希望你的帮助,非常感谢你。pd 对不起我的英语。
你会这样做。您是否确认 $row['myText'] 的数据实际上是有效的并且具有价值?注释掉 CLEditor 代码并查看它是否显示在基本文本区域中。