myTextview,myButton是在fragment_main.xml中的,在没引进fragment_main.xml之前,你是通过findViewById找不到的。。,所以要在onCreateView中引入。
public static class PlaceholderFragment extends Fragment {
public PlaceholderFragment() {
public static class PlaceholderFragment extends Fragment {
public PlaceholderFragment() {