📜  没有 url 的 samae 页面中的 html 锚点 - Html 代码示例
📅  最后修改于: 2022-03-11 14:53:29.434000             🧑  作者: Mango
代码示例2
var functionforscroll = function(id){
var reqId = "#"+id;
window.scrollTo(0, $(reqId).offset().top-85);
}