240 发简信
IP属地:广东
  • Resize,w 360,h 240
    JavaScript:!!和!的区别

    1、!可将变量转换成boolean类型,null、undefined和空字符串取反都为true,其余都为false。 2、!!常常用来做类型判断...