Skip to content

Commit

Permalink
新增基础信息调用的文档介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
Heartfilia committed Apr 22, 2024
1 parent fada16f commit 33dc5f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ res=requests.post(url, data=data) #这里换get也是可以的
print(res.text)
```

##### 远程调用4:获取页面基础信息

```python
resp = requests.get("http://127.0.0.1:12080/page/html?group=zzz") # 直接获取当前页面的html
resp = requests.get("http://127.0.0.1:12080/page/cookie?group=zzz") # 直接获取当前页面的cookie
```

![image](https://github.com/jxhczhl/JsRpc/assets/41224971/5af9bf90-cdfd-4d89-a3c0-a11a54ca7969)

list接口可查看当前注入的客户端信息
Expand Down

0 comments on commit 33dc5f6

Please sign in to comment.