Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
htmlコードは次のようになります
<td><12</td>
そして、「<12」を取得したいのですが、「select('td/text()').extract()」を使用すると、「[u'\r\n\t\t\t\t」が得られます\t\t']".
「<」を含む項目はすべてこのようになっています。「<12」を取得するにはどうすればよいですか? ありがとう!