Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crawler-template-manual
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jinhao Chen
crawler-template-manual
Commits
51b2c5eb
Commit
51b2c5eb
authored
Apr 20, 2022
by
Jinhao Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
f7bfc991
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
README.md
+1
-1
No files found.
README.md
View file @
51b2c5eb
...
...
@@ -363,7 +363,7 @@
>>>> 结果为 test = 122
>>>> 如果需要访问多个上下文数据,请使用变量声明域,变量声明域即在 js 代码前添加注释信息:
>>>>```
>>>> /*
{"abc": "$pre.title", "url": "$self.url"}
*/
>>>> /*
#{"abc": "$pre.title", "url": "$self.url"}#
*/
>>>> return abc+url;
>>>>```
>>>> abc 变量为上下文命令对应 $pre.title 的值,url 变量为上下文命令 $self.url 对应的值,数据类型均为字符串
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment