<div class="spot" id="div1">
<input type="text" name="spot_title"/> 
<input type="text" name="spot_addr"/> 
<input type="text" name="spot_url" > 
<input type="button" class="remove" value="Delete" />
</div>
<div class="spot" id="div2">
<input type="text" name="spot_title"/> 
<input type="text" name="spot_addr"/> 
<input type="text" name="spot_url" > 
<input type="button" class="remove" value="Delete" />
</div>我想取div2里spot_title的值,怎么取?