当前位置:Gxlcms > PHP教程 > string转int的方法有哪些

string转int的方法有哪些

时间:2021-07-01 10:21:17 帮助过:54人阅读

string转int的方法:1、使用Integer类中的【parseInt()】方法,将String转为int;2、使用Integer类中的【valueOf()】和【intValue()】方法;3、先正则表达式判断,动态选择方法转换数据。

string转int的方法:

1、String 转 int 方法1,使用Integer类中的parseInt()方法。

ffb37c96723262ad1a8e3418cc23f32.png

2、String 转 int 方法2,使用Integer类中的valueOf()和intValue()方法。

242d6d5f7cf1f011be83dc37a6134dd.png

3、使用正则表达式判断String是否为int整型or浮点型数据。动态选择方法转换数据。

4e6bebd48f263e4d32b5cf36d70db69.png

相关学习推荐:php编程(视频)

以上就是string转int的方法有哪些的详细内容,更多请关注gxlcms其它相关文章!

人气教程排行