赞
踩
这里其实是由两个类(class)组成的div,而在find_element_by_class_name()方法中只能选择一个类名。所以把代码
shopname=good.find_element_by_class_name(‘curr-shop hd-shopname’).text
改为:
shopname=good.find_element_by_class_name(‘curr-shop’).text即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。