摘要: 在 npm run dev 时出现 ” Module build failed: Error: Cannot find module 'node-sass’ “ 这样的错误,如下: ERROR Failed to compile with 1 errors 19:51:09 error in ./s 阅读全文
posted @ 2020-02-07 22:38 大白大白白 阅读(12087) 评论(0) 推荐(0)
摘要: 效果图: html代码: <table class="tableCal"> <tr><td colspan="5"><input type="text" id="num"></td></tr> <tr> <td id="number"><input type="button" value="7" o 阅读全文
posted @ 2020-01-16 19:03 大白大白白 阅读(491) 评论(0) 推荐(0)
摘要: 这里我用的是百度地图的api 首先要引入百度地图的api 我用的是这个: <script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=Vwdre4pcPNPffgYG6gMfgPbM2w9Ned9V"></sc 阅读全文
posted @ 2020-01-15 17:38 大白大白白 阅读(1264) 评论(0) 推荐(0)
摘要: HTML代码: <div>点击后滑到页面底部</div> js代码: var x = document.getElementsByTagName('div')[0];$('x').click(function(){ var h = $(document).height()-$(window).hei 阅读全文
posted @ 2019-12-26 19:14 大白大白白 阅读(1671) 评论(0) 推荐(1)