本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

import

Imports properties, functions, and objects from a script that has exported them.

Syntax

import objectName.name;

Example

Remarks

Not supported in ECMAScript v3.