export到底啥意思啊

export中文翻译 - 老炮儿专业解析
字数: 1,800字 领域: 贸易/计算机 完成时间: 2023-11-28
原文 (English)

Export generally refers to the act of sending goods or services to another country for sale or trade.

In computing, export means to save data in a format that can be used by another program.

The term "export" can also mean:

1. The goods or services themselves that are being exported

2. The process of exporting

3. In JavaScript, export is used to make functions, objects or primitive values available for use in other modules

译文 (中文)

Export这词儿最常见的意思就是把东西卖到国外去,说白了就是"出口"。

在电脑这块儿呢,export就是把数据存成别的软件也能打开的格式,咱们管这叫"导出"。

"export"还能指:

1. 那些要出口的货物或者服务本身

2. 整个出口的过程

3. 在JavaScript编程里,export就是让别的模块能用这个模块里的函数、对象啥的

补充说明:做外贸的都知道,export和import是一对儿,一个卖一个买。现在跨境电商这么火,这词儿用得可频繁了。在编程里export也是和import搭配使用,跟进出口贸易似的,特有意思。