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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38757-2b891.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38757-2b891.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?