gpt4 book ai didi

javascript - 如果单击按钮,如何强制光标进入输入字段?

转载 作者:行者123 更新时间:2023-11-28 04:44:53 24 4
gpt4 key购买 nike

<分区>

我想说明的,就是我想要的。当用户单击它时,文本会转换为输入字段。但是,如果光标在单击时就在那里,那将是最好的。如何赚取?

const input = () => {
const field = document.querySelector('input');
document.querySelector('p').style.display = 'none';
field.style.display = 'block'
}
input{
display: none
}
<p id='target' onClick='input()'>Click</p>
<input
type='text'
value='type'
name='name'
/>

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