摘要: (1)看看下面代码输出什么。public class _T { public static void main(String[] args) { boolean m = false; if(m = true) //m会被赋值为true,而且if判断会得到被赋的值true,即... 阅读全文