- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 A simple “on scroll” sticky menu with Angular
转自:https://medium.com/@chiodigiovanni1/a-simple-on-scroll-sticky-menu-with-angular-and-bulma-66fafc7fc7b9 This has been bothering me for a while and I tried different methods to achieve the cool stick...
2019-06-29 21:35:25
219
转载 js中的prototype属性
转自:https://www.cnblogs.com/dengpeng1004/p/5317245.html 函数:原型 每一个构造函数都有一个属性叫做原型(prototype,下面都不再翻译,使用其原文)。这个属性非常有用:为一个特定类声明通用的变量或者函数。 在函数内定义的变量和函数如果不对外提供接口,那么外部将无法访问到,也就是变为私有变量和私有函数。 function Obj(){ ...
2019-06-19 15:14:57
229
转载 js——引用类型和基本类型
js中的数据类型有以下几种: Number Boolean undefined Object Function String Null 基本类型:Number Boolean String undefined null 引用类型:Object Function 基本类型的数据是存放在栈内存中的,而引用类型的数据是存放在堆内存中的 复制变量值 基本类型: var p...
2019-06-19 15:08:57
147
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅