08 2025 档案

摘要:遇到m3u8 实现案例 dplayer , Hls 两种 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>DPlayer Example</title> <link rel="stylesheet" h 阅读全文
posted @ 2025-08-08 22:28 inks 阅读(20) 评论(0) 推荐(0)
摘要:手动模拟一边编码过程 明白过程 代码全部 python实现 Base64 # base64 原理 def toB64(str_ct: str) -> str: str_ct = str_ct.encode("utf-8") print(str_ct) BASE64_TABLE = "ABCDEFGH 阅读全文
posted @ 2025-08-04 23:27 inks 阅读(4) 评论(0) 推荐(0)