当前位置:首页 > Web开发 > 正文

网站上的图片视频下载在本地

2024-03-31 Web开发

随便打开个网站连接 

(1)鼠标右键到图片上选择检查

(2)找图片

鼠标放上去会有图片提示的 一般在src后面   

有时候也会写在css里面 

右键 open new tab 然后 save就行了

2  音乐   

这个比较简单了 

右键 open new tab 然后保存 就可以了 (注意 要开启flash 现在都默认禁止flash了)

开启flash方法

chrome://settings/content/flash

3 如何视频 跟2 步骤一样 

上面方法只基于 只能在谷歌浏览器打开的H5或者网站

如果只能再微信上打开 就要用到charles抓包工具了 涉及东西比较多 我简单的说下 具体详细可以自己百度

1 打开charles 

2点击help菜单点击local ip address 可以获取本地ip 手机上选择代理这个ip 端口8888

3 然后手机访问网页

4 charles会弹出弹窗提示 选择allow就行了

中文乱码解决方案

1 找到Charles.ini
2 然后修改文件 加个vmarg.2=-Dfile.encoding=UTF-8 就可以了
具体如下
<pre>
working.directory=.
classpath.1=lib/charles.jar
main.class=com.xk72.charles.gui.MainWithClassLoader
vm.version.min=1.4
vm.heapsize.preferred=256M
vmarg.1=-Dsun.java2d.d3d=false
vmarg.2=-Dfile.encoding=UTF-8
dde.enabled=true
dde.class=com.xk72.charles.win32.Win32DDEManager
dde.server.name=Charles
dde.topic=System
single.instance=dde

[ErrorMessages]
java.not.found=A suitable Java installation was not found. Please visit to install Java.
java.failed=The Java installation is broken. Please uninstall and reinstall Java from
</pre>

网站上的图片视频下载在本地

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/42966.html