export function CopyObject(val) {
  return JSON.parse(JSON.stringify(val));
}
posted on 2020-03-14 17:19  假装新手  阅读(238)  评论(0编辑  收藏  举报