asdf131 Monica this.txtMapName.text = "地图:"+name;用语言包的话的分两次赋值? this.txtMapName.text = "地图:"; this.txtMapName.text = this.txtMapName.text + name;