<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("#span1").text($(window).height());$("#span2").text($(document).height());});});The height of this window is id="span1"unknown px.The height of this document is id="span2"unknown px.Return the height of the window and document elements