网页呈现
点击下面网页链接跳转案例网页
https://44lidia.github.io/change_money/

Document
通过document来获取对象以及对象的属性值。
例如在body里面有form标签,form里面又有子标签。
<form name="form1" class="change_form">
<h1>输入要找的零钱</h1>
<input name="input_money" class="input" type="text">
<br