トップに戻る
tags
const { shell } = require('electron') shell.openExternal('http://localhost/')
const { shell } = require('electron') shell.openPath('/Users/hogehoge/テスト フォルダ/001');
edit