1. 在lua中,字典的顺序是不保证的,大部分语言都是如此
    2. 在openresty开发的过程中,标准库使用的优先级:openresty的API > luajit的标准函数库 > lua的标准函数库
    3. 在开发过程中,要避免NYI