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 提供,用于消息。仅发布标题。我需要做什么才能发布 textarea 值?
检查您的结束表单标记是否在文本区域之后。
仔细检查您的textarea 名称属性。
如果您仍有疑问,请在表单操作属性中提到的页面中粘贴以下代码:
<pre> POST DATA: <?php print_r($_POST); ?> GET DATA: <?php print_r($_GET); ?> </pre>
您应该看到您的 textarea 数据。
如果没有,请发送您的代码以获得更准确的答案...