from http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html Dalvik opcodes Author: Gabor Paller Vx values in the table denote a Dalvik register. Depending on the instruction, 16, 256 or 64k registers can be accessed. Operations on long and double v
if (this == null) Console.WriteLine("this is null"); 这句话一写,大家一定觉得荒谬,然而 if 内代码的执行却是可能的!本文讲介绍到底发生了什么. 制造一个 this 可以为 null 的程序 请看代码,这是我们的库函数: namespace Walterlv.Demo { public class Foo { public void Test() { if (this == null) Console.WriteLine(&qu