您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. auto-utils:简洁,高效,实用的前端开发小工具!-源码

  2. 简洁,高效,实用的前端开发小工具! 安装 npm install auto-utils -s 使用 import { mock_data } from 'auto-utils'; mock_data(5, ()=> 'auto') // ["auto", "auto", "auto", "auto", "auto"] mock_data(5, (i)=> i) // [0, 1, 2, 3, 4] mock_data(5, (i)=> { return { name: `
  3. 所属分类:其它