gpt4 book ai didi

javascript - Canvas 元素内的输入表单

转载 作者:太空狗 更新时间:2023-10-29 13:06:03 26 4
gpt4 key购买 nike

我想知道是否有任何方法可以从用户那里获取输入,最好是通过 javascript 到 canvas 元素中的文本框(或用户可以看到他正在写的内容的任何地方)。

最佳答案

使用绝对定位将文本框定位在 Canvas 元素的顶部。

我建议的布局是这样的:

<div style="position:relative;width:800px;height:800px">
<canvas width="800" height="800"></canvas>
<input type="text" style="position:absolute;left:100px;top:300px;width:600px; etc...." />
</div>

有了这个,你就有了相对位置 <div>以你要弹出的东西为基础,我可能还会添加一个模态背景......

希望这对你有帮助-ck

关于javascript - Canvas 元素内的输入表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9405772/

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