![240](https://upload.jianshu.io/users/upload_avatars/28254309/cb636ba2-6707-4471-9ae3-0c0d0a237d62.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:浙江
1.准备工作 一个GitLab的账户,如果没有的话注册一个。https://gitlab.com/users/sign_in[https://g...
1.原型(prototype) JavaScript的每个函数都有一个prototype属性,它默认指向一个空object实例对象。我们可以在里...
1.什么是rem rem是CSS3引入的一种相对尺寸单位,其值等于根元素html的font-size值。所谓的相对,就是指其锚定于根元素html...
1.什么是装饰器 python中的装饰器是增强函数或类的功能的一个函数 / 类,是闭包(closure)的一种应用。通过使用装饰器,我们可以在不...