keyed
「keyed」的意思
adj. 键控的;有键的;定在某调的
v.键入 vbl.键入
「keyed」的用法
keyed带键的,有索引的 - 用于数据结构中,表示每个元素都有一个唯一的键
「keyed」的例句
The array is keyed by the student IDs.
该数组以学生ID为键。
Keyed arrays are useful for storing data in a structured way.
带键的数组以结构化的方式存储数据。
In PHP, associative arrays are a type of keyed array.
在PHP中,关联数组是一种带键的数组。
Keyed arrays allow for efficient lookups and updates.
带键的数组允许高效地查找和更新。
When iterating over a keyed array, you can access each element by its key.
遍历带键的数组时,可以通过其键访问每个元素。
Keyed arrays are commonly used in web development to pass data between pages.
在Web开发中,带键的数组常用于在页面之间传递数据。
Using a keyed array makes it easier to manage and access related data.
使用带键的数组可以使管理相关数据更加容易。
Keyed arrays can be easily converted to JSON format for web applications.
带键的数组可以很容易地转换为JSON格式用于Web应用程序。
In PHP, you can create a keyed array using the array() function or shorthand syntax.
在PHP中,可以使用array()函数或简写语法创建一个带键的数组。