上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 惠普208/232/233更换国产硒鼓视频:https://www.bilibili.com/video/BV1GB4y127fU 阅读全文
posted @ 2024-11-12 10:03 神仙不在 阅读(105) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1ca411Y7oC/?vd_source=92e72e22898b8261e5a844180139a047 阅读全文
posted @ 2024-11-12 10:01 神仙不在 阅读(61) 评论(0) 推荐(0)
摘要: 点击查看代码 setInterval(function () { divs = document.getElementsByClassName('item') if (divs[divs.length - 1].className.includes('finished')) { window.loc 阅读全文
posted @ 2024-11-11 14:57 神仙不在 阅读(13) 评论(0) 推荐(0)
摘要: 点击查看代码 # 练习:一张纸的厚度是0.01毫米,对折多少次超过珠穆朗玛峰(8848米) n = 0.01 / 1000 count = 0 while n <= 8848: count += 1 n *= 2 print(n, count) 阅读全文
posted @ 2024-11-10 16:53 神仙不在 阅读(35) 评论(0) 推荐(0)
摘要: 属性 paused 返回 一个布尔值 currentTime 当前播放总时长 duration 视频总时长 方法 play() 播放方法 pause() 暂停方法 阅读全文
posted @ 2024-11-08 21:22 神仙不在 阅读(31) 评论(0) 推荐(0)
摘要: document.querySelector('iframe').contentWindow.document.querySelector('video') 阅读全文
posted @ 2024-11-08 21:22 神仙不在 阅读(41) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/1533705/202411/1533705-20241108212128072-19908360.png) 阅读全文
posted @ 2024-11-08 21:21 神仙不在 阅读(3) 评论(0) 推荐(0)
摘要: https://www.remove.bg/zh 阅读全文
posted @ 2024-11-08 21:20 神仙不在 阅读(9) 评论(0) 推荐(0)
摘要: https://space.bilibili.com/477904786/channel/seriesdetail?sid=865217 抓香蕉-> 阅读全文
posted @ 2024-11-08 21:19 神仙不在 阅读(17) 评论(0) 推荐(0)
摘要: 点击查看代码 total_seconds = int(input("输入总秒数:")) hour = total_seconds // 3600 second = total_seconds % 60 minute = total_seconds // 60 % 60 print("时:", hou 阅读全文
posted @ 2024-11-04 10:41 神仙不在 阅读(9) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页
点击右上角即可分享
微信分享提示