gpt4 book ai didi

javascript - insidetext 不在某些 url 中运行

转载 作者:行者123 更新时间:2023-11-28 04:29:59 24 4
gpt4 key购买 nike

我需要从此网址读取“上传日期”:

https://www.youtube.com/tv?vq=high#/watch/video/control?v=hqwU7nv3hTM&resume

使用此代码:

window.alert(document.getElementsByClassName("uploaded-date")[0].innerText);

我收到错误“无法读取未定义的属性‘innerText’”。

如果我在此网址中使用相同的方法:

https://www.youtube.com/watch?v=hqwU7nv3hTM

使用代码:

window.alert(document.getElementsByClassName("ytp-time-duration")[0].innerText);

我只更改类名,一切运行良好。

我不明白我的问题出在哪里。

有什么想法吗?提前致谢。

最佳答案

问题出在加载内容上。当脚本启动时,页面尚未加载。加载后一切都很好。

关于javascript - insidetext 不在某些 url 中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44694417/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com