获取360画报图片

在使用360画报时,有时看到喜欢的图片想保存下来,却不知道怎么保存,今天跟大家分享一下方法

1、360画报文件都在C:\Users\Administrator\AppData\Roaming\360browser\bkinfo这里面,但是不是图片格式

2、新建一个文件夹把上面红框内的文件复制过来,左键单击查看,把文件扩展名打勾

 3、右键重命名,加.jpg

 就可以打开了

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,下面是一份用 MyEclipse 写的简易画报的代码。 1. 首先创建一个 HTML 文件,命名为 index.html,代码如下: ```html <!DOCTYPE html> <html> <head> <title>简易画报</title> <style> body { background-color: #fff; font-family: Arial, sans-serif; color: #000; } h1 { text-align: center; margin-top: 50px; font-size: 36px; } .container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 50px; margin-bottom: 50px; } .box { background-color: #eee; margin: 20px; padding: 20px; text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); border-radius: 5px; transition: transform 0.3s ease-in-out; } .box:hover { transform: scale(1.1); } .box img { max-width: 100%; height: auto; margin-bottom: 10px; } .box h2 { font-size: 24px; margin-bottom: 10px; } .box p { font-size: 16px; line-height: 1.5; } </style> </head> <body> <h1>简易画报</h1> <div class="container"> <div class="box"> <img src="https://via.placeholder.com/300x200.png?text=Image+1" alt="Image 1"> <h2>标题1</h2> <p>内容1</p> </div> <div class="box"> <img src="https://via.placeholder.com/300x200.png?text=Image+2" alt="Image 2"> <h2>标题2</h2> <p>内容2</p> </div> <div class="box"> <img src="https://via.placeholder.com/300x200.png?text=Image+3" alt="Image 3"> <h2>标题3</h2> <p>内容3</p> </div> <div class="box"> <img src="https://via.placeholder.com/300x200.png?text=Image+4" alt="Image 4"> <h2>标题4</h2> <p>内容4</p> </div> </div> </body> </html> ``` 2. 在 MyEclipse 中打开 index.html 文件,并通过浏览器预览效果。 3. 可以根据自己的需要修改 HTML 和 CSS 样式,以达到更好的效果。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值