Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 求助这段js代码怎么理解?

0 votes
3.6k views
1 answer
    geth: function(a) { var b = 0; return a || (a = 0), get("header_title") && (b += 50), get("footerdiv") && (b += 55), $(window) ... ))b += 55,//这样理解对不对 $(window).height() - b + a },...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.7k views
1 answer
    geth: function(a) { var b = 0; return a || (a = 0), get("header_title") && (b += 50), get("footerdiv") && (b += 55), $(window) ... ))b += 55,//这样理解对不对 $(window).height() - b + a },...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...