1.
【代码1】: TextField text = new TextField(12);
【代码2】: Label label = new Label("I love this game");
【代码3】: setLayout(new FlowLayout());
【代码4】: txt.addActionListener(this);
【代码5】: label.setText(txt.getText());
2.
【代码1】 : index = str.indexOf("1233");
【代码2】: length= str.length();
【代码3】: str.substring(5, 7);
【代码4】: str.substring(9);
【代码5】 : Integer.parseInt(temp);
你是在考试?刚才看到另外一个也是你问的