package cn.edu.shu.web.test; public class TestInteger { public static void main(String[] args) { /** * 很奇怪的问题,问题来源是在Struts2的action中,假设从session中取值,假设取不到的话,那么应该为null,因为我将其强转为Integer类型了,其后再将其与Integer比較时,竟然抛空指针异常 */ Object one = null; Integer two = (Inte…