Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 407 Bytes

#基于HTTP的关键字过滤服务

示例:

http://localhost:8080/?content=苍井空(あおい そら),日本AV演员兼电视、电影演员

返回:

{"find":["苍井空","AV"],"result":"***(あおい そら),日本**演员兼电视、电影演员","ret":1}

返回说明:

find: 出现的关键字列表
result: 替换后的内容
ret: 0 没有包含关键字,1 包含关键字