gpt4 book ai didi

textarea - 将项目符号添加到文本区域?

转载 作者:行者123 更新时间:2023-12-01 07:42:24 25 4
gpt4 key购买 nike

有没有办法将项目符号添加到 HTML 文本区域?

我想添加一个简单的功能,其中为文本区域中的每一行添加一个项目符号点(类似于列表项目符号点)。

最佳答案

你不能这样做,但还有另一种方法。删除文本区域。

'<section id="textarea" contenteditable="true">
<ul>
<li>List item here</li>
<li>List item here</li>
<li>List item here</li>
<li>List item here</li>
</ul>

</section>'

关于textarea - 将项目符号添加到文本区域?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11732789/

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