在Activity的OnCreate()方法中,千万不要调用Fragment的方法。因为Activity的ONCreate()调用的时候,Fragment的OnCreateView() 方法还没调用,如果在Activity的OnCreate()方法调用Fragment的方法,很可能会包空指针异常