简体   繁体   English

$ mech-> xpath()使用WWW :: Mechanize :: Firefox返回什么?

[英]What does $mech->xpath() return using WWW::Mechanize::Firefox?

What does $mech->xpath() return using WWW::Mechanize::Firefox ? $mech->xpath()使用WWW::Mechanize::Firefox返回什么?

The documentation says it "Returns the matched results." 文档说它"Returns the matched results." , which doesn't help. ,这无济于事。

What object or array of objects is returned and where is a specification of this object so I can reference its member variables and methods? 返回什么对象或对象数组,以及该对象的规范在哪里,以便我可以引用其成员变量和方法?

So far I have guessed that this is relevant: https://developer.mozilla.org/en-US/docs/Web/API/Element 到目前为止,我猜测这是相关的: https : //developer.mozilla.org/zh-CN/docs/Web/API/Element

它返回一个MozRepl::RemoteObject::Instance对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM