📜  如何找到网站高度的百分比 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:01.243000             🧑  作者: Mango

代码示例1
var scrollPercent = Math.round(100 * $(window).scrollTop() / ($(document).height() - $(window).height()));