可通过下面的代码来隐藏actionBar: ActionBar actionBar = getSupportActionBar(); if (action != null) { actionBar.hide(); }