编译|变量|条件
下面是条件编译可用的预定义变量。如果变量不是 true,就不被定义或者作为 NaN 处理。
| 变量 | 描述 | 
|---|---|
| _win32 | 在 Win32 系统上运行为 true。 | 
| _win16 | 在 Win16 系统上运行为 true。 | 
| _mac | 在 Apple Macintosh 系统上运行为 true。 | 
| _alpha | 在 DEC Alpha 处理器上运行为 true。 | 
| _x86 | 在 Intel 处理器上运行为 true。 | 
| _mc680x0 | 在 Motorola 680x0 处理器上运行为 true。 | 
| _PowerPC | 在 Motorola PowerPC 处理器上运行为 true。 | 
| _jscript | 永远为 true。 | 
| _jscript_build | 包含 Jscript 脚本引擎创建号。 | 
| _jscript_version | 包含以 major、minor 为格式的 Jscript 版本号。 | 
 
  
 
 
  
