网页源码查看器 public class MainActivity extends Activity { protected static final int REQUESTSUCCESS = 0; protected static final int REQUESTFAIL = 1; protected static final int REQUESTEXPECTION = 2; private EditText et; private TextView tv; private Handler handler = new Handler() { public void han