gpt4 book ai didi

php - 使用 TinyMCE 时未获得 textarea 的发布值

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:06:20 26 4
gpt4 key购买 nike

我在这里使用 TinyMCE 是我的代码:-

 tinyMCE.init({
// General options
mode : "textareas",
theme : "advanced"
});

这是我的 html 代码:-

<textarea name="terms" id="elm1"  rows="15" cols="30" width="100%" ></textarea>

问题是当我做这样的事情时,我没有得到这个文本区域的发布值:-

print_r($_POST['terms']);

最佳答案

看起来您需要在提交表单之前立即调用 tinymce.triggerSave()

关于php - 使用 TinyMCE 时未获得 textarea 的发布值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11035657/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com