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.
我知道有很多插件可以在你的网页上制造雪花,但我宁愿自己做来学习它。我想知道是否可以使用 math.random() 在页面上给我的水滴图像提供随机坐标。我只是不确定从哪里开始。有谁知道这将如何工作?
是的,您可以使用 math.random() 为雨滴生成坐标对。您可以使用循环生成任意指定数量的坐标对,然后将这些坐标存储在数组中以备后用。