会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
snail
博客园
首页
新随笔
联系
管理
2020年9月3日
Java算法-符号&
摘要: & 与运算符 与运算符用符号“&”表示,其使用规律如下: 两个操作数中位都为1,结果才为1,否则结果为0 public class Data{ public static void main(String[] args){ int a=129; int b=128; System.out.print
阅读全文
posted @ 2020-09-03 00:03 snail灬
阅读(119)
评论(0)
推荐(0)
编辑
公告