xpath比我想象的要強大app
多重屬性篩選//tag[@attr0][@attr1]: response.xpath('//embed[@type="application/x-shockwave-flash"][@width>200]/@width')code
//tag[@attr0][@attr1]
response.xpath('//embed[@type="application/x-shockwave-flash"][@width>200]/@width')