table multi-selection demo given on the official website of element-ui (use Checkbox when selecting multiple rows of data. ), the data area defines multipleSelection: [], which stores the selected rows, but how to parse this data? For example, if you select two lines and print them, it is [object,Object], [object,Object]. How to parse this data to get the data of each selected row?