1.小米推送,指定跳转指定页面,可自定义extra内容,extra是一个map类型,包含一些附加信息 获取extra内容: Map<String,String> map = message.getExtra(); String tag=map.get("tag");