zoukankan      html  css  js  c++  java
  • javascript总结

    语法-作用域-没有块级作用域

      -原型链

      -变量对象-作用域链

      -声明提升

      -引用类型(Object,Array,Function,Regex,Date)

      -基本类型string,boolean,num

      -undefined,null

      -数组和字符串的一些方法

      -多种继承方式

      -闭包

      -BOM-window

          -location

          -history

      -DOM-获取

          -HTML-innerHTML和atttribute

          -CSS-dom.style.property

          -事件-冒泡捕获-事件委托-addEventListener('',function,false)-removeEventListener('',function)

          -创建DOM-见htmlDOM教程

      -JSON解析与序列化

      -Ajax

      -红宝书高级技巧

          

    js   && ||  !!的灵活使用     !!将''  undefined  null 装成bool值

        

      

  • 相关阅读:
    JS 数组
    JS 模拟彩票
    C++ 动态内存
    计算机网络--OSI七层模型
    C++ 异常处理
    C++ 文件和流
    数据库学习教程网站
    数据结构--哈夫曼树
    数据结构--红黑树
    数据结构--伸展树
  • 原文地址:https://www.cnblogs.com/miaolq/p/5773442.html
Copyright © 2011-2022 走看看