不采用arcpy新建数据库并逐要素类复制的方法,直接用shutil
shutil.copytree(src_fgdb,target_fgdb,ignore=shuilt.ignore_patterns('*.lock))
target_fgdb会自动建立,不能事先存在。