
好词典

缩写自英文单词 'list',在计算机科学中广泛使用以简化代码书写。
❶ LST 是 'list' 的缩写形式,常用于编程或计算机领域,表示一个有序的数据集合。
“Please add these items to the lst.”
(请把这些项目添加到列表中。)
“The function returns an lst of all users.”
(该函数返回所有用户的列表。)
empty lst — 指一个没有任何元素的列表,常用于编程中检查或初始化列表。
“The program starts with an empty lst.”
(程序开始时使用一个空列表。)