【发布时间】:2023-03-06 08:22:01
【问题描述】:
如何通过chrome浏览器查看网页中的http类型(http、https)?
我需要查看例如给定网站页面的所有图像是否使用 chrome 浏览器使用 http 或 https,有什么想法吗?
【问题讨论】:
-
document.querySelectorAll("img").forEach(img => console.log(img.src));
标签: google-chrome google-chrome-extension