JavaScript基礎---獲取元素的屬性(title,style,width) <div id="box" class="box" title="abc" style="width:100px;height:100px;">123</div> ...