Theo hiểu biết của tôi ([]) được sử dụng trong Knockout.js, nó được sử dụng để định nghĩa ObservableArray. Vui lòng tìm ví dụ và liên kết bên dưới.
// This observable array initially contains three objects var anotherObservableArray = ko.observableArray([ { name: "Bungle", type: "Bear" }, { name: "George", type: "Hippo" }, { name: "Zippy", type: "Unknown" } ]);
https://knockoutjs.com/documentation/observableArrays.html