请问这两行通过随机数设置图片位置是什么意思?

来源:5-2 编程挑战

慕运维9358467

2018-07-17 21:32

var margin_left = Math.floor(- newBox.outerWidth() / 2 + ((Math.random() * 10) < 5 ? -1 : 1) * (Math.random() * 200));

    var margin_top = Math.floor(- newBox.outerHeight() / 2 + ((Math.random() * 10) < 5 ? -1 : 1) * (Math.random() * 200));


写回答 关注

2回答

  • 慕梦前来
    2023-02-28 19:24:28

    就是移动位置用的

  • 慕梦前来
    2021-10-11 19:43:51

    这个位置的定位的意思

瀑布流布局

瀑布流布局是网站比较流行的一种布局方式,教你实现三大方式

97759 学习 · 736 问题

查看课程

相似问题