string轉int的方法有哪些

2020-08-13 14:00:55

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

相關學習推薦:(視訊)

以上就是string轉int的方法有哪些的詳細內容,更多請關注php中文網其它相關文章!