07 2020 档案

摘要:function ajaxApi(method,url,getUrl,postUrl,fn){ const ajax=new XMLHttpRequest(); if(method 'GET' && getUrl){ let add='' Object.keys(getUrl).forEach(it 阅读全文
posted @ 2020-07-14 18:00 跳动的W 阅读(110) 评论(0) 推荐(0)
摘要:网页分:HTML(结构)css(样式)js(表现)三部分 !important(css样式后加)表示此项很重要覆盖之前样式white-space: nowrap; css样式横向排布 轮播图常用(不换行) display: flex; css样式竖轴变更flex-direction: column; 阅读全文
posted @ 2020-07-06 20:40 跳动的W 阅读(47) 评论(0) 推荐(0)