Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个菜单,我可以访问它。没有问题。但是单击菜单后我需要更改菜单项的名称
public boolean onOptionsItemSelected(MenuItem item){ switch(item.getItemId()){ case 1: item.setTitle("your char"); }}