摘要:
方法一 import {menus} from './menus.ts' function listToTree(list: any = [], options = {}, data = null) { const { rootWhere, childsWhere, addChilds } = Ob 阅读全文
摘要:
Promise.resolve() 有时需要将现有对象转为 Promise 对象,Promise.resolve方法就起到这个作用。 const jsPromise = Promise.resolve($.ajax('/whatever.json')); 上面代码将 jQuery 生成的deferr 阅读全文