p = arcpy.mp.ArcGISProject('CURRENT')
#Create a copy of an existing map
existingMap = p.listMaps('地图')[0]
if existingMap:
existingMap.openView()