Update screen.md

This commit is contained in:
StoneStoneStone 2016-04-20 10:26:31 +08:00
parent 591f8fed88
commit 7468118df5

View file

@ -23,7 +23,7 @@ app.on('ready', function() {
}); });
``` ```
另一个例子,在页外创建一个窗口: 另一个例子,在页外创建一个窗口:
```javascript ```javascript
const electron = require('electron'); const electron = require('electron');
@ -132,4 +132,4 @@ app.on('ready', function() {
* `width` Integer * `width` Integer
* `height` Integer * `height` Integer
返回与提供的边界范围最密切相关的 display. 返回与提供的边界范围最密切相关的 display.