xpath里面同样也可以直接用空格的呀xpath=//div[@class='J-Ajax num ico-tag']或者你也可以使用contains,像这样:xpath=//div[contains(@class , 'ico-tag')]