嗨,有人可以告诉我如何通过单击html按钮将光标移动到输入文本框中吗?
最佳答案
试试这个:
document.getElementById("textbox").focus();
关于javascript - 如何通过单击html按钮将光标移动到输入文本框中?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22173463/
嗨,有人可以告诉我如何通过单击html按钮将光标移动到输入文本框中吗?
最佳答案
试试这个:
document.getElementById("textbox").focus();
关于javascript - 如何通过单击html按钮将光标移动到输入文本框中?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/22173463/