240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    在ts版本的egg版本使用mysql遇到的坑

    1.app中找不到mysql 解决 在typings文件夹下的index.d.ts 添加如下代码 import'egg'; declaremod...