What is the principle of key bands of objects in vue [], such as {'extras []': 'activities',}?

recently I was studying vue and found a project with a piece of code like this

let data = {

    latitude,
    longitude,
    offset,
    limit: "20",
    "extras[]": "activities",
    keyword: "",
    restaurant_category_id,
    "restaurant_category_ids[]": restaurant_category_ids,
    order_by,
    "delivery_mode[]": delivery_mode + supportStr
};
What is the basis for naming

"extras []"? Or just tell us that this is an array

Apr.14,2022

https://stackoverflow.com/a/9...


maybe the server needs such a naming form

Menu