151017彭佳慧於麗寶樂園演唱會(友達家庭日)
01. https://youtu.be/pAFEnC8Qu_4 (快樂的人請舉手)
02. https://youtu.be/-sAVZkXfsdI (相見恨晚)
03. https://youtu.be/lHDlkJJ4X5s (聽說愛情回來過)
04. https://youtu.be/77C_f9fPxsU (大齡女子)
05. https://youtu.be/uMRaWu0fVRA (舊情綿綿)
06. https://youtu.be/vqowe3RPd3I (走在紅毯那一天)
07. https://youtu.be/FeK-5JQTXEg (敲敲我的頭)
08. https://youtu.be/ZO8Rqn7BIDc (舊夢)
09. https://youtu.be/qV8bHZKKZGs (我只在乎你)
10. https://youtu.be/rvUvmW0Sp2Q (死心眼)
11. https://youtu.be/NloAN0–fic (走不回去的旅程)











![Python 讀取 DOCX 圖片關聯:qn+find/findall 與 XPath 的實戰對照 from lxml import etree ; from docx.oxml.ns import qn; lxml.etree._Element.findall( f”.//{ qn(‘a:blip’) }” ) ; .get( qn(“r:embed”) ) #獲取 屬性名 ‘r:embed’ 的 屬性值(如: ‘rId4’) ; lxml.etree._Element.xpath( “//a:blip/@r:embed”, namespaces = NS) #/@r:embed = 獲取 屬性名 ‘r:embed’ 的 屬性值(如: ‘rId4’),使用.findall() 要先.findall()獲取List[_Element],再迴圈_Element.get()獲取屬性值, .xpath() 第一個參數path 使用”//a:blip/@r:embed” ,可直接獲取屬性值(List[str]如: [‘rId4’, ‘rId5’]) ; 如何對docx真實移除圖片瘦身? Python 讀取 DOCX 圖片關聯:qn+find/findall 與 XPath 的實戰對照 from lxml import etree ; from docx.oxml.ns import qn; lxml.etree._Element.findall( f”.//{ qn(‘a:blip’) }” ) ; .get( qn(“r:embed”) ) #獲取 屬性名 ‘r:embed’ 的 屬性值(如: ‘rId4’) ; lxml.etree._Element.xpath( “//a:blip/@r:embed”, namespaces = NS) #/@r:embed = 獲取 屬性名 ‘r:embed’ 的 屬性值(如: ‘rId4’),使用.findall() 要先.findall()獲取List[_Element],再迴圈_Element.get()獲取屬性值, .xpath() 第一個參數path 使用”//a:blip/@r:embed” ,可直接獲取屬性值(List[str]如: [‘rId4’, ‘rId5’]) ; 如何對docx真實移除圖片瘦身?](https://i0.wp.com/savingking.com.tw/wp-content/uploads/2025/11/20251119130848_0_3fbf6b.png?quality=90&zoom=2&ssl=1&resize=350%2C233)


近期留言