文本区域作为列表

发布于 2024-12-06 17:15:52 字数 107 浏览 0 评论 0原文

我试图制作 2 个并排的文本区域,它们之间有 2 个按钮,一个将左侧文本区域中选定行中的项目添加到右侧文本区域,另一个用于从右侧列表中删除选定项目。基本上,“行选择”功能是我失败的地方。有什么想法吗?

Im trying to make 2 side by side text areas, with 2 buttons between them, one that adds an item from a selected line in the left textarea to the textarea on the right, the other to remove a selected item from the list on the right. Basically, a 'line selected' function is where Im failing. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

影子是时光的心 2024-12-13 17:15:52

您可以将每个项目放在 span/paragraph 标记中,并在必要时使用换行符将每个项目保留在单独的行上,然后您可以在各个 span 标记上放置 onclick 事件。这有帮助吗?

You can put each item in span/paragraph tag and use break line if necessary to keep each item on a separate line, then you can put a onclick event on the individual span tags. Would this help?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文