所以在尝试了几件事之后,我遇到了几个帖子,发现这个代码对我来说只要我点击它就会自动滚动到所需的位置。但在移动设备上我不需要偏移量,这就是为什么我希望它被删除。 (基本上需要javascript媒体查询)。
$('.show-more').on('click', function () {
$.scrollTo($('#scrollto_shortcut'), {
duration: 0,
offset: -60
//Only -60 on desktop with max-width is 1006px, on mobile no offset
});
});
你们可以帮助我吗?
答案 0 :(得分:0)
检测Scanner input = new Scanner(System.in);
System.out.println("Enter n= ");
int n = input.nextInt();
int sum=0;
boolean positive=false;
for(int i=1;i<=n;i+=2){
positive=!positive;
sum = positive? sum+i : sum-i;
}
System.out.println(sum);
}
然后为isMobile
offset