2010年3月11日 星期四

Java string to int(字串转整数)

1. int intValue = Integer.valueOf("12345");

2. int intValue = Integer.parseInt("12345");


沒有留言:

張貼留言