JAVA字符串转整型

    技术2022-05-11  55

    String id;        Integer ddd=new Integer(Integer.parseInt(id));int xdd=ddd.intValue();   

    最新回复(0)