var start = document.getElementById("Rating1");
 alert(start);
我想用js得到rating控件的CurrentRating的值,但是这样只能得到object HTMLDIVeElement这个。这是什么意思啊?