gpt4 book ai didi

php - 文本区域在文本开头添加空格?

转载 作者:可可西里 更新时间:2023-11-01 00:27:41 25 4
gpt4 key购买 nike

我有一个奇怪的问题,我让 php 将文本插入 <textarea><textarea>在我的文本顶部添加一个空格。

我创建了一个示例页面来显示问题...这里是页面背后的代码。

<textarea style="width:600px;height:100px;"><?php get_film_info('main description'); ?></textarea>
<br>
<textarea id="mainDescription style="width:600px;height:100px;">Text just typed in</textarea>
<br>
<?php get_film_info('main description'); ?>

你可以看到没有 <textarea>标记,文本不包括缩进。我的数据库也反射(reflect)没有缩进,以及 <textarea> 之外的 php 输出。 ...

有什么线索吗?

the sample page

编辑: 你没问题,当然我没有费心检查输出文件的源代码。事实证明,当我添加数据(通过 ajax)时,我正在发送我的数据,如 var data = '&main_description= ' + mainDescription .注意“=”和“+”之间的空格。

谢谢大家的意见,只需给列表顶部的人打勾。

最佳答案

试试这个:

trim(get_film_info('main description'));

关于php - 文本区域在文本开头添加空格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2457275/

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