Point 对象 Point 对象 x Number 类型 y Number 类型 Note: Both x and y must be whole integers, when providing a point object as input to an Electron API we will automatically rou...
JumpListCategory 对象 JumpListCategory 对象 type String (optional) - One of the following: tasks -此类别中的项目将放在标准 tasks 类别中。 只能有一个这样的类别, 它将始终显示在跳转列表的底部。 frequent -显示应用程序经常打开的文件列表,...
对象常量 对象常量 在一些比较现代的环境中可能会提供const 来创建常量,但在其它的环境中,JavaScript是没有常量的。 一种常用的解决办法是通过命名规范,让不应该变化的变量使用全大写。这个规范实际上也用在JavaScript原生对象中: Math . PI ; // 3.141592653589793 Math . SQRT2 ...