摘要: ```golang //参考 https://blog.csdn.net/weixin_42100098/article/details/80142523 package main import "fmt" func main() { /* 位运算符:将数值转为二进制,按位操作 &:按位与,都为1才为1,有一个为0就为0 |:按位或,都为0才为0,有衣蛾为1就为1 ^:异或操作,不同为1,相同为0 阅读全文
posted @ 2019-09-24 17:35 nanaindi 阅读(119) 评论(0) 推荐(0)