@@ -1,4 +1,6 @@
{
- "title":"这是个测试",
- "firstPathValues":"${pathValues[0]}"
- }
+ "title": "这是个测试",
+ "firstPathValues": "${pathValues[0]}",
+ "secondPathValues": "${pathValues[1]!'null'}",
+ "thirdPathValues": "${pathValues[2]!'null'}"
+}