1

是否有可以更改这些语句的功能或插件

x = y;
jTextField1.setText(entity.getValue());
...

进入这些:

y = x;
entity.setValue(jTextField1.getText());
...
4

0 回答 0