string轉int的方法:1、使用Integer類別中的【parseInt()】方法,將String轉為int;2、使用Integer類別中的【valueOf()】和【intValue()】方法;3、先正則表達式判斷,動態選擇方法轉換資料。
string轉int的方法:
1、String 轉int 方法1,使用Integer類別中的parseInt ()方法。
2、String 轉 int 方法2,使用Integer類別中的valueOf()和intValue()方法。
3、使用正規表示式判斷String是否為int整數or浮點型資料。動態選擇方法轉換資料。
#相關學習推薦:php程式設計(影片)
以上是string轉int的方法有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!