java 校验数据是否为int、double、string类型的方法instanceof

https://blog.csdn.net/luliyuan/article/details/8548542.net String sContentValue = "1234567"; boolean bCheckResult = true; /* Int */ try {     Integer iCheckValue = Integer.parseInt(sContentValue);   
相关文章
相关标签/搜索