Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 411 Bytes

File metadata and controls

12 lines (11 loc) · 411 Bytes

mock 语法及示例 http://mockjs.com/examples.html

  • @string(10) 随机字符串,长度为 10
  • @cword(3) 随机中文串,长度为 3
  • @integer(1,100) 随机数字,大小为 1 到 100
  • @datetime 随机时间
  • @image(50x50) 生成图片地址,尺寸为 50x50
  • @boolean 随机布尔值
  • @email 随机邮箱地址
  • @ip 随机 ip
  • @paragraph 随机英文段落
  • @cparagraph 随机中文段落