String 与 Int 之间的转换

string转换成int

Integer.valueOf("12")

int转换成string

String.valueOf(12)

你可能感兴趣的:(杂乱)