摘要: from pptx import Presentation from pptx.enum.shapes import MSO_SHAPE_TYPE pr = Presentation('周彤.pptx') for slide in pr.slides: for shape in slide.shap 阅读全文
posted @ 2024-09-04 15:58 龙岩龙 阅读(318) 评论(0) 推荐(0)
摘要: function getCookie(name) { let cookieValue = null; if (document.cookie && document.cookie !== '') { const cookies = document.cookie.split(';'); for (l 阅读全文
posted @ 2024-09-04 09:45 龙岩龙 阅读(16) 评论(0) 推荐(0)