文档对象模型(DOM)代表了网页最终呈现的结构。使用 p5.js 的表单元素,如 createInput()、createSelect() 和 createRadio(),你可以构建不同的方式来获取通过 下拉菜单、输入框 或 单选按钮 提交的信息,并根据这些信息更新 DOM。
表单元素: Created by Prof. WM Harris. Revised by Kasey Lichtlyter. From 2024 onwards, edited and maintained by p5.js Contributors and Processing Foundation. Licensed under CC BY-NC-SA 4.0.
You can find the code history of these examples here: pre-2023 code, 2023 code. You can suggest improvements by contributing to the current website!