how to copy console.log objects in a browser?
 
 
 as we can see, this data is an object, and it looks like this after expansion. 
 how can I copy data? 
copy data like this instead of copying value alone:
{
  id:1,
  name:"01",
   img:"http://localhost:8000/media/images/qiyun_admin_websitemanage/logo/logo_01.png",
  type: "LOGO"
}
						