Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Nov 25, 2024
1 parent 2827605 commit a5509f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/制作源/rules-Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ APP内置了各种常用的表达式,可以进行替换获取和处理操作
| `{{}}` | 运行规则 | `{{}}` |可以运行xpath、jsonpath的规则 |
| `@get{}` | 获取put信息 | `@get{name}` | 可以获取`@put{}`的数据 |
| `@put{}` | 保存信息 | `@put{name, '//*[@src]'}` | 目前只支持前置请求的put |
| `<js></js>` | 运行JS语言 | 在标签内可以运行js的语言 |
| `<js></js>` | 运行JS语言 | `<js>App.log('hello!');</js>` | 在标签内可以运行js的语言 |
| `@js:` | JS语言处理 | @js:<br/>let name = '张三';<br/>App.log(name); | 在规则中第一行添加`@js:`表示该规则使用js运行 |
| `@all` | 获取网页所有内容 | `@all` | 不使用任何规则,直接获取网页原文 |
| `##正则表达式#替换字符` | 正则替换 | `##a#b` | 替换一次 |
Expand Down

0 comments on commit a5509f1

Please sign in to comment.