代码如下:
var targetNode = document.getElementById('some-id');
// Options for the observer (which mutations to observe)
var config = { attributes: true, childList: true };
// C...
OpenResty
中文官网(起步页):https://openresty.org/cn/getting-started.html
安装方式:
http://openresty.org/cn/linux-packages.html#rhel
安装后
配置文件位于:/usr/local/...