4
如何在html頭選擇xpath腳本?如何在html頭選擇xpath腳本?
示例(如何只選擇ThisFile1.js?):
<html>
<head>
<script type="text/javascript" src="ThisFile1.js"></script>
</head>
<body>
<script type="text/javascript" src="NotThisFile1.js"></script>
<script type="text/javascript" src="NotThisFile2.js"></script>
<script type="text/javascript" src="NotThisFile3.js"></script>
<script type="text/javascript" src="NotThisFile4.js"></script>
</body>
</html>
感謝, 優素福
好問題,+1。查看我對兩個XPath解決方案的答案,並解釋他們選擇/返回的內容,以及哪些更適合在何時使用。 :) – 2011-01-23 16:10:10