某天刷Bilibili時看到這玩意,感覺還挺有趣,於是用golang寫了一個半復刻版,當作是對gin框架的練習。
- 依據給定長度取得隨機lorem單字陣列
- 依據給定長度取得隨機lorem句子陣列
- 依據給定長度取得隨機lorem段落陣列
- 依據所給的width和height與副檔名(現支援jpg與png)生成圖片
- 給出一些以逗點分隔的元素,取得打散後的陣列
cd qweqwe
go run main.go
- 返回lorem單字陣列
http://localhost:1234/word/n
n為需要多少組,最低一組
例:http://localhost:1234/word/10
- 返回lorem句子陣列
http://localhost:1234/sentence/n
n為需要多少組,最低一組
例:http://localhost:1234/sentence/10
- 返回lorem段落陣列
http://localhost:1234/paragraph/n
n為需要多少組,最低一組
例:http://localhost:1234/paragraph/10
- 返回佔位圖
http://localhost:1234/image/widthxheight.filepostfix
返回檔名為widthxheight.filepostfix
的圖片
width: 寬,height: 高,filepostfix: jpg或png二選一
例1:http://localhost:1234/image/800x600.jpg
例2:http://localhost:1234/image/600x800.png
- 陣列洗牌
http://localhost:1234/random/arrayitem
arrayitem以逗號分隔
例1:http://localhost:1234/random/1,2,3,4,5,6,7,8
例2:http://localhost:1234/random/qw,ew,cx,ar,we,yg,zi,lks