爱写作的小土豆
使 input 获取焦点,获取光标
阅读 59
2022-06-17
<input type="text" id="Name" >
js 代码
document.querySelector("#Name").focus();
相关推荐
精彩评论(0)