标签: regex parsing nginx lua
我想打印ab“ c,但它引起了问题。我对其进行了解析,但仍然看到问题。
location /test { content_by_lua ' local str = "ab\"c" ngx.print(str) '; }