matianjun1
Results
2
issues of
matianjun1
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/jdneo/vscode-leetcode/blob/master/README.md) first. You can also find more information in: - [TROUBLESHOOTING](https://github.com/jdneo/vscode-leetcode/wiki/Troubleshooting) - [FAQ](https://github.com/jdneo/vscode-leetcode/wiki/FAQ) ## 💬 Questions and Help...
``` rule "name test" "i can" salience 0 begin name = "abc\"def" end ``` 外部获取 name 的值时 print 出来 为 `abc\"def` 而不是 `abc"def`