我的 excel 文件中有几百行这样的代码。我试过一个一个地复制它们,但非常累;所以我想知道是否有办法一次性从所有代码中提取 URL?
<a href="http://mywebsite.com/link?id=SsQD2GsCjgY&offerid=445126&mid-heel-sandal-black"><IMG border=0 src="https://e31vejvoh8fjtd.bi/catalog/product/1/0/1039-000064-2412-2.jpg" ></a><IMG border=0 width=1 height=1 src="http://ad.fjuyla.com/fs-bin/show?id=SsQD2GsCjgY&bids=445126.3671510716&type=2&subid=0" >
注意*:我指的是主 href url,而不是 src url。
答案1
答案2
假设所有行都包含
<a href=" ...... "><IMG
您可以使用正则表达式进行过滤。有关如何在 Excel 中使用正则表达式,请参阅此处: https://stackoverflow.com/questions/22542834/how-to-use-regular-expressions-regex-in-microsoft-excel-both-in-cell-and-loops