0
基本Xpath問題:我正在使用桌面應用程序在路徑下的span標記中找到數字美元金額的網頁。Xpath:最終節點上的標準化空間
//div[contains(@class,'ProductDetailInfoBlock-pricing-amount')]/span
$ 35.12(只有範圍內的東西)回來包圍各種空白空間和9個換行符。如何將normalize-space()應用於在span中找到的結果?
的應用程序不允許:
normalize-space(//div[contains(@class,'ProductDetailInfoBlock-pricing-amount')]/span)
如何其私下作出─把它應用到/ SPAN?謝謝!
感謝澄清!訣竅;) – Lindsey