pwindy  
在完成任务的同时,还需要不断“复盘”,不论你多么的忙,都需要留下时间思考,可以思考哪些地方做的好,哪些地方我们可以改进,应该如何改进,注重总结才是王道

2021年5月13日

摘要: 参考---https://blog.csdn.net/jiaodeqiangs/article/details/100579092 阅读全文
posted @ 2021-05-13 16:45 pwindy 阅读(701) 评论(0) 推荐(0)
 
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Document</title> <style type="text/css"> * { padding: 0px; margin: 0px; } #mai 阅读全文
posted @ 2021-05-13 14:25 pwindy 阅读(630) 评论(0) 推荐(0)
 
摘要: 参考---https://www.cnblogs.com/mytianying/p/5668507.html 阅读全文
posted @ 2021-05-13 14:17 pwindy 阅读(551) 评论(0) 推荐(0)
 
摘要: 写法: beforeMount() { window.addEventListener('resize', this.$_resizeHandler) }, beforeDestroy() { window.removeEventListener('resize', this.$_resizeHan 阅读全文
posted @ 2021-05-13 14:13 pwindy 阅读(5392) 评论(0) 推荐(0)
 
摘要: 1.解构写法 const { body,head } = document 2.控制台打印 body和head const { body,head } = document console.log(document); console.log(body); console.log(head); 效果 阅读全文
posted @ 2021-05-13 11:17 pwindy 阅读(151) 评论(0) 推荐(0)
 
摘要: 参考---https://www.cnblogs.com/Ivy-s/p/10022636.html 阅读全文
posted @ 2021-05-13 11:05 pwindy 阅读(1608) 评论(0) 推荐(0)