拉莫斯之舞
官方文档不是有示例么?size不传的话图片大小就是随机的// Random.image()Random.image()// Random.image( size )Random.image('200x100')// Random.image( size, background )Random.image('200x100', '#FF6600')// Random.image( size, background, text )Random.image('200x100', '#4A7BF7', 'Hello')// Random.image( size, background, foreground, text )Random.image('200x100', '#50B347', '#FFF', 'Mock.js')// Random.image( size, background, foreground, format, text )Random.image('200x100', '#894FC4', '#FFF', 'png', '!')rap规则示例,参数跟上面一样@mock=@IMG@mock=@IMG(200x200)