摘要: let p = T["match"](/(kuaishou.api_st=[\w\-]+)/)[1] + ';'; let z = T["match"](/(did=[\w\-]+)/)[1] + ';'; let z1 = T["match"](/(ver=[\w\-]+)/)[1] + ';'; 阅读全文
posted @ 2022-05-12 20:32 myrj 阅读(59) 评论(0) 推荐(0) 编辑
摘要: a='2022/5/12 16:27:45'print(a[::-1])54:72:61 21/5/2202 搜索 复制 阅读全文
posted @ 2022-05-12 16:38 myrj 阅读(24) 评论(0) 推荐(0) 编辑
摘要: PyV8是 Google 官方将 Chrome V8 引擎用 Python 封装的库,和 ExecJS相比,这个库很轻量,不需要额外装 JS 环境,因为 V8 本身就是环境,同时也因为不需要启动外部环境,执行速度很快。 Python3 安装PyV8不要使用pip,因为官方只支持 Python2,需要 阅读全文
posted @ 2022-05-12 12:04 myrj 阅读(130) 评论(0) 推荐(0) 编辑