好词典

src

UK /sɔːs/US /sɔːrs/

词源

缩写自英语单词 'source',源自拉丁语 'sors'(起源)。在计算机领域广泛使用始于20世纪后期。

noun

❶ 在计算机编程中,src 是 source(源代码)的缩写形式,通常指代程序的原始代码文件或目录。

“The src folder contains all the project's source code.”

(src 文件夹包含了项目的所有源代码。)

“Make sure to update the src files before compiling.”

(编译前确保更新 src 文件。)

同义词:source, source code, origin

常见短语

src folder — 指存放项目源代码的目录,常见于软件开发项目中。

“All the Java files are located in the src folder.”

(所有的 Java 文件都位于 src 文件夹中。)

src attribute — HTML 中用于指定外部资源(如图片、脚本)路径的属性。

“The img tag uses the src attribute to display an image.”

(img 标签使用 src 属性来显示图片。)