【发布时间】:2016-02-13 13:15:49
【问题描述】:
我试图在 href 中提取 HTML 页面中的 ID。 Html 如下所示
<p>To register your account, please click the following link:</p>
<p><a href="https://abc-api-test.mywebsites.net:443/#/userreg/99978f1c-4c04-41ac-abcb-5039658a1f52" target="_blank">Complete registration.</a></p>
<p>If you have any questions please do not hesitate to contact us at <a href="mailto:muaccount@aol.net">
基本上我想从上面提取99978f1c-4c04-41ac-abcb-5039658a1f52 值。
谢谢
【问题讨论】: