码迷,mamicode.com
首页 > 其他好文 > 详细

~运算符

时间:2017-02-10 23:34:54      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:bsp   运算   符号   运算符   ber   number   转换   console   理解   

按位非运算符,简单的理解就是改变运算数的符号并减去1,当然,这是只是简单的理解能转换成number类型的数据

console.log(~-1)   =>  0

console.log(~0)   =>  -1

console.log(~1)   =>  -2

 

~运算符

标签:bsp   运算   符号   运算符   ber   number   转换   console   理解   

原文地址:http://www.cnblogs.com/aliwa/p/6388125.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!