点击填写表格?

发布于 2024-08-02 02:41:50 字数 101 浏览 4 评论 0原文

当有人单击链接时,在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

私藏温柔 2024-08-09 02:41:50

使用JavaScript拦截点击,然后复制数据。

Use JavaScript to intercept the click and then copy the data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文