摘要: 1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.View; 4 import android.widget.Button; 5 import android.widget.EditText; 6 7 8 public class activity extends Activity { 9 /** Called when the activity is first created. */10 EditText Ev1;11 12 @Overrid... 阅读全文
posted @ 2011-10-08 11:52 lingyun1120 阅读(2155) 评论(0) 推荐(1) 编辑