我為我的 ESL 學生制作了一個
更新:
=IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']")

或者,如果您只想嘗試第一個:
=INDEX(IMPORTXML("https://www.learnersdictionary.com/definition/"&A4,
"//span[@class='def_text']"), 1, 1)
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/378455.html
下一篇:在字串之間匯入html查詢提取
