06 2019 档案

摘要:from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait f... 阅读全文
posted @ 2019-06-28 12:05 wangway 阅读(408) 评论(0) 推荐(0)
摘要:Sub 根据红色整理选择题答案() N = 0 Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting Selection.Find.Font.Color = wdColorRed Selection.Find.Replacement.ClearFormatting With S... 阅读全文
posted @ 2019-06-11 15:14 wangway 阅读(292) 评论(0) 推荐(0)
摘要:Sub LayoutForExamPaper8() Dim StartTime As Variant Dim UsedTime As Variant StartTime = VBA.Timer Application.ScreenUpdating = False Dim oneP As Paragraph Dim rng As Range ... 阅读全文
posted @ 2019-06-11 09:00 wangway 阅读(198) 评论(0) 推荐(0)