取得する方法は?
コードコピーは次のとおりです。
<div>
<span>
a
<span> 123 </span>
</span>
</div>
<script type = 'text/javascript' src = '。/jquery-1.7.2.min.js'> </scrip>
<script type = 'text/javascript'>
var a = $( "。content")[0] .firstchild.data;
function al(){
アラート(a);
}
window.onload = al;
</script>