私のjsエラー、
アラートで「1ヶ月」を表示する方法
オリ html :
<div class="left" style="height:15px; width:128px; overflow:hidden;">1 months</div>
私のjsコード:
var div = document.querySelector('[class="left"][style="height:15px; width:128px; overflow:hidden;"]');
alert( div[0].innerHTML );