当前博客:服务端例程测试中,发现客户端访问有个错误 提示 服务端代码.js:2 Uncaught ReferenceError: electronMysql is not defined

63 次浏览【转载需注明来源】

博客作者:【1590****2709】

个性签名:寒窗苦读十年,一朝凤舞九天

 

默认排序
Generic placeholder image
Generic placeholder image
已采纳
快码FOF编程 Time: 2023-10-16 16:26:28

mysql是桌面端专属的支持库;它只能用在桌面端中,也就是你只能在后端用;并不能在前端页面使用。


服务端例程测试中,发现客户端访问有个错误 提示 服务端代码.js:2 Uncaught ReferenceError: electronMysql is not defined