Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
希望是直截了当的:
我想编写一些 javascript 代码来接收来自用户的多个变量的多个输入。有点像提示,但有三个选项(有点像一个盒子上的 3 个提示)。
关于解决此问题的最佳方法的建议?
创建一个包含必要字段的表单,并在其“提交”按钮上放置一个 JavaScript 处理程序。
要么在 HTML 中创建它并通过它们的 id 查询元素,要么直接使用 JS 中的 DOM 方法创建 - 你将从一开始就直接引用元素。