java文本框JTextField 输入的内容为数字,我想用这个数字是int型的,但是jtf.getText()输出string类型

2024-11-19 04:43:03
推荐回答(1个)
回答(1):

int a=Integer.parseInt(msg);