Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.6k views
in Technique[技术] by (71.8m points)

浏览器检查网站的时候:框架,扩展脚本,blob是什么?

我在使用浏览器的检查功能时候:

image.png

我们知道,一个网站的资源,可包括:
html页面+css样式文件+js脚本+图片

这截屏里面对应的就是:
文稿+样式表+脚本+图像

那么其它的信息是什么呢(比如:框架,扩展脚本,blob)?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

这是火狐?

框架有可能是 iframe。
扩展脚本有可能是你装的什么东西或者map之类的,需要你点开看看
bloburl 是通过 URL.createObjectURL 来创建的


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...