摘要: 深入理解:函数、匿名函数、自执行函数、闭包 原文:https://www.jianshu.com/p/a72395741c50 1 定义函数的方式 函数的声明 函数表达式 1.1 函数声明 下面是函数声明的结构: function sum(x, y) { alert(x+y); } sum(1, 2 阅读全文
posted @ 2019-05-26 20:45 鬼小妞 阅读(1996) 评论(0) 推荐(2) 编辑
摘要: 原文: https://www.cnblogs.com/bigpig369/articles/8785761.html you-get 库的使用方法 一.在python版本3下,使用清华源下载(推荐) pip3 install -i https://pypi.tuna.tsinghua.edu.cn 阅读全文
posted @ 2019-05-26 18:20 鬼小妞 阅读(34874) 评论(0) 推荐(3) 编辑
摘要: 原文:http://www.xueui.cn/download/excellent-material/ui-icon-design-resource-station.html 图标是我们日常APP及网页设计过程中必不可少的元素之一,通过小小的图标,可以快速方便的实现视觉引导和功能划分。在创作时,我们 阅读全文
posted @ 2019-05-26 16:24 鬼小妞 阅读(845) 评论(0) 推荐(0) 编辑