摘要:
什么是位域?为什么用到它?先来看一个例子: public class Test { public static final byte STYLE_BOLD = 1<<0; // 1 public static final byte STYLE_ITALIC = 1<<1; // 2 public s 阅读全文
posted @ 2018-12-26 22:13
梨花压不压海棠
阅读(261)
评论(0)
推荐(0)
浙公网安备 33010602011771号