Marshaller marshaller = ...;
marshaller.setProperty("com.sun.xml.bind.xmlHeaders",
"<?TAGS?><?TAG 024?><?END-TAGS?>");
但我所有的都是未定义^(,请给我一些提示我该怎么做,谢谢
答案 0 :(得分:1)
该表位于另一个域的iframe
内,因此访问起来非常棘手。在其他域中包含用户脚本,并为其指定setTimeout
以填充表格时间:
// ==UserScript==
// @name drivers
// @match https://eldclient.trackingmap.eu/drivers*
// @grant none
// ==/UserScript==
setTimeout(() => {
const rows = document.querySelectorAll("#app table.table-component tr");
console.log(rows);
}, 2000);