点击填写表格?
当有人单击链接时,在 html 页面上填写表单的最佳方式是什么?
我能想到的最好的例子是在 *chan 网站上,用户单击评论的 ID,然后将该 ID 插入评论文本区域。
What would be the best way to fill out a form on an html page when someone clicks a link.
The best example i can think of is on *chan sites, where a user clicks on the ID of a comment and that ID is then inserted into the comment Text Area.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用JavaScript拦截点击,然后复制数据。
Use JavaScript to intercept the click and then copy the data.