摘要: jquery 通过 toFixed 保留两位小数 <script> var num = 12.21654; console.log(num.toFixed(2)) </script> 阅读全文
posted @ 2019-11-21 16:42 GetcharZp 阅读(5665) 评论(0) 推荐(0) 编辑
摘要: 通过 position:fixed 实现底部导航 HTML <div id="footer">页脚</div> CSS #footer { clear: both; height: 35px; width: 100%; background-color: gray; position: fixed; 阅读全文
posted @ 2019-11-21 14:41 GetcharZp 阅读(422) 评论(0) 推荐(0) 编辑