我正试图从中获取value =“ 3474636382675”:
<input class="lst" value="3474636382675" title="Zoeken" autocomplete="off" id="sbhost" maxlength="2048" name="q" type="text">
我试过了
response.css(".lst >value").extract()
Run Code Online (Sandbox Code Playgroud)
这是可行的,但是我把所有东西都收回了,我只需要价值。
response.css(".lst").extract()
Run Code Online (Sandbox Code Playgroud)