String wb = driver.findElement(By.xpath("//div[@class='gb_h gb_i']/a")).getAttribute('href');
上面的代码给出了Invalid character constant
我想href
使用java从html代码中获取的错误
String wb = driver.findElement(By.xpath("//div[@class='gb_h gb_i']/a")).getAttribute('href');
上面的代码给出了Invalid character constant
我想href
使用java从html代码中获取的错误