Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在google表单中获取特定链接的xpath是什么?(a href)_Xpath_Google Sheets_Hyperlink - Fatal编程技术网

在google表单中获取特定链接的xpath是什么?(a href)

在google表单中获取特定链接的xpath是什么?(a href),xpath,google-sheets,hyperlink,Xpath,Google Sheets,Hyperlink,我想要获取xpath的源代码是: <a href="Reports/Decision.aspx?LetterSerial=s6Wglwrt63gs90VwQ1uN%2bQ%3d%3d&amp;rt=2&amp;let=6&amp;ct=0" id="ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML" target="_blank" class="URLTitle"> <span id="ReportList_T

我想要获取xpath的源代码是:

<a href="Reports/Decision.aspx?LetterSerial=s6Wglwrt63gs90VwQ1uN%2bQ%3d%3d&amp;rt=2&amp;let=6&amp;ct=0" id="ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML" target="_blank" class="URLTitle">
<span id="ReportList_Title_468175">
                                            اطلاعات و صورت‌های مالی میاندوره‌ای  دوره ۶ ماهه منتهی به ۱۳۹۷/۰۳/۳۱ (حسابرسی شده)</span>
</a>

它返回单元格的名称,但我需要单元格的链接。任何人都可以帮助我吗?

使用此希望将帮助您:

//*[@id='ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML']/@href

我想在源代码中找到这一个:Reports/Decision.aspx?LetterSerial=s6Wglwrt63gs90VwQ1uN%2bQ%3d%3d&rt=2&let=6&ct=0可能的副本乐意帮助您。请接受答案,如果它真的有助于您实现您想要的输出。
//*[@id='ctl00_ContentPlaceHolder1_gvList_ctl02_urlHTML']/@href