2010-10-07 64 views

回答

5

使用雙\\得到一個單一的,像這樣的:

:contains("C:\\ My Name") 

You can test it here。您可以在selectors portion of the API的頂部找到像這樣的其他提示。

+0

Thanks Nick。還有一件事,那空間呢。沒有轉義字符,它不起作用。 – Rajasankar 2010-10-10 01:21:44

+0

@Rajasankar - 你在用引號嗎?例如:'$('span:contains(「C:\\ My Name」)')' – 2010-10-10 09:37:39

3

使用雙反斜槓。此外,您可能想從「我的名字」中刪除前導空間,因爲這不是有效的路徑。

:contains("C:\\My Name") 
0

使用反斜槓自行跳出。 \\

:contains("C:\\My Name")

+1

這不是正斜槓。 – jwueller 2010-10-07 10:14:59

+0

是的,我的壞。編輯。 – Ruel 2010-10-07 10:16:40