zhoushujuan

时间是一切财富中最宝贵的财富。


  • 首页

  • 分类

  • 归档

  • 标签

  • 公益404

JS基础知识(二)—— 运算符

发表于 2015-08-30   |  

运算符就是完成操作的一系列符号,它有以下几类:   

  1. 算术运算符(+,-,*,/,++,–,%);
  2. 赋值运算符(=,+=,-=,*=,/=,%=,<<=,>>=,|=,&=);
  3. 关系运算符(>,<,<=,>=,==,===,!=,!==);
  4. 对象运算符(in,instancesof,new,delete,.,[],());
  5. 逻辑运算符(||,&&,!);
  6. 位移运算符(|,&,<<,>>,~,^);
  7. 其他运算符(? :,typeof,逗号,void).
阅读全文 »

Hello World

发表于 2015-07-25   |  

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

123
周书娟

周书娟

My weakness is that i care too much.

12 日志
1 分类
1 标签
GitHub
© 2015 周书娟
由 Hexo 强力驱动
主题 - NexT.Muse