moonbingbing/openresty-best-practices

补充: string 库章节 string.find 注意事项

Opened this issue · 0 comments

string.find 第一个入参是string,使用时建议判断下第一个入参是否是string

(之前遇到过nil或者table场景,直接导致整个流程fail,回复500响应)

image