摘要:
<!DOCTYPE html><html><head> <title></title> <style type="text/css"> body{position:relative;} *{padding:0;margin:0;} .dialog{width:400px;height:400px;b 阅读全文
摘要:
ipcRenderer.send向主进程发送消息 主进程 接收进程 vue组件: window.myAPI.doSomething(); 阅读全文