java中string转换为int

2024-11-22 21:41:37
推荐回答(1个)
回答(1):

int n=Integer.parseInt(s);