2013-09-24 28 views

回答

0

它也可以在純javascript中完成:

var height = document.querySelector('ol li:last-child').offsetHeight/2; 
相關問題