首页
|
分类
|
标签
|
归档
04.Electron使用jQuery.md
2020-12-20
Tags:
ikms
安装jQuery
$ npm install jquery
index.html
<script> const $ = require("jquery"); window.jQuery = $; </script>