对象常量 对象常量 在一些比较现代的环境中可能会提供const 来创建常量,但在其它的环境中,JavaScript是没有常量的。 一种常用的解决办法是通过命名规范,让不应该变化的变量使用全大写。这个规范实际上也用在JavaScript原生对象中: Math . PI ; // 3.141592653589793 Math . SQRT2 ...
ThumbarButton 对象 ThumbarButton 对象 icon NativeImage - 显示在缩略图工具栏中的图标. click Function tooltip String (可选) - 按钮的提示文本. flags String[] (optional) - Control specific states and ...
MimeTypedBuffer对象 MimeTypedBuffer对象 mimeType String (optional) - MIME type of the buffer. charset String (optional) - Charset of the buffer. data 类型 Buffer - 缓冲区内容.