亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

您的位置:首頁技術(shù)文章
文章詳情頁

java數(shù)據(jù)類型轉(zhuǎn)換,parseXXX(String)或valueOf(String)有什么區(qū)別?

瀏覽:94日期:2023-12-08 14:01:25

問題描述

基本類型的包裝類的parseparseXXX(String)和valueOf(String)有什么區(qū)別呀?

問題解答

回答1:

JDK8源碼

/** * Returns an {@code Integer} object holding the value * extracted from the specified {@code String} when parsed * with the radix given by the second argument. The first argument * is interpreted as representing a signed integer in the radix * specified by the second argument, exactly as if the arguments * were given to the {@link #parseInt(java.lang.String, int)} * method. The result is an {@code Integer} object that * represents the integer value specified by the string. * * <p>In other words, this method returns an {@code Integer} * object equal to the value of: * * <blockquote> * {@code new Integer(Integer.parseInt(s, radix))} * </blockquote> * * @param s the string to be parsed. * @param radix the radix to be used in interpreting {@code s} * @return an {@code Integer} object holding the value * represented by the string argument in the specified * radix. * @exception NumberFormatException if the {@code String} * does not contain a parsable {@code int}. */public static Integer valueOf(String s, int radix) throws NumberFormatException { return Integer.valueOf(parseInt(s,radix));}

這里用Inteager來說明, valueOf 實際上調(diào)用了 parseInt。 parseInt方法是類Integer的靜態(tài)方法,它的作用就是將字符串轉(zhuǎn)化為整數(shù)int valueOf也是Integer類的靜態(tài)方法,它的作用是將字符串轉(zhuǎn)化為Integer對象

標簽: java
主站蜘蛛池模板: 全午夜免费一级毛片 | 成人国产精品999视频 | 成年人毛片| 欧洲性大片xxxxx久久久 | 色香欲综合成人免费视频 | 青青草国产免费国产是公开 | 欧美中文字幕一区二区三区 | 国产亚洲一区二区三区 | 中国女人18xnxx视频 | 美女的被男人桶爽网站 | 国产欧美精品一区二区三区四区 | 免费国产综合视频在线看 | 在线观看精品自拍视频 | 视频一区欧美 | 女人张开腿让男人 | 99久热在线精品视频播放6 | 欧美高清亚洲欧美一区h | 精品久久影院 | 看中国一级毛片 | 国产亚洲高清不卡在线观看 | 一级做a爰片久久毛片潮喷 一级做a爰片久久毛片美女 | 久久国产热视频 | 久久99精品视免费看 | 亚洲人成在线免费观看 | 欧美成人免费高清二区三区 | 毛片在线观看视频 | 国产成人亚洲精品91专区高清 | 亚洲色视频在线播放网站 | 中文字幕亚洲高清综合 | 欧美videos另类齐全 | 亚洲骚片 | 欧美成人猛男性色生活 | 精品国产精品久久一区免费式 | 男女毛片免费视频看 | 国产一级毛片午夜福 | 日本www视频在线观看 | 精品亚洲一区二区 | 亚洲视频1区| 久久成人免费 | 韩国免又爽又刺激激情视频 | 色哟哟国产成人精品 |