two.js 63 B

12345
  1. //引入
  2. import m from "./one.js"
  3. //调用
  4. m.getList()
  5. m.save()