durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

Gets the specific value in __vars 获取__vars 中的具体值 #140

Open hututuplayball opened 4 months ago

hututuplayball commented 4 months ago

QQ20240729-183938

What do I do if I want to get the specific values of Request and Response

我想要获取Request和Response的具体值该怎么操作

durs commented 4 months ago

Try calling the valueOf() method: const result = http.Response.valueOf()

hututuplayball commented 4 months ago

QQ20240730-091142 QQ20240730-091200 Thanks for your answer, but it doesn't seem to work

hututuplayball commented 4 months ago

The problem I am facing now is that after calling the methods exposed by OCX, the relevant results seem to be stored in variables inside OCX. I see that the corresponding results are obtained directly through ocx.Response in IE.