Lua世界中,可以通过type函数来识别类型,如: print(type("hello word")); // string print(type(print)); // function print(type(false)); // boolean print(type(360)); // number print(type({})); // table print(...
OpenResty安装后的目录结构。 通过 openresty -V (大写的V)来查看。
通过了解OpenResty特性,让读者对其有一个大概的印象,然后规整出衍生项目来巩固。
通过学习极客时间温铭老师OpenResty专栏结合官网所做的笔记汇合。