你十八了吗

2018年10月16日

10.16笔记

摘要: bind,call,apply区别 bind:改变this值,不会立刻调用函数 元素节点.onclick=function(){ //this -> mydate }.bind(mydate) callee与caller的区别 arguments:当前函数的实参列表 arguments.callee 阅读全文

posted @ 2018-10-16 21:04 你十八了吗 阅读(87) 评论(0) 推荐(0) 编辑

10.15学习笔记

摘要: JS的数据类型 typeof能检测出来的: 基本类型6种还有自定义类型 number,string,boolean,object,undefined,function 资料显示: + null instanceof与typeof的区别 typeof:当前对象的数据类型是什么 instanceof:当 阅读全文

posted @ 2018-10-16 20:48 你十八了吗 阅读(105) 评论(0) 推荐(0) 编辑

10.14

摘要: 注册页的一个小练习 css部分 js部分 阅读全文

posted @ 2018-10-16 20:47 你十八了吗 阅读(98) 评论(0) 推荐(0) 编辑

导航