得到SELECT 值
var obj = document.getElementById("platName");var strsel = obj.options[obj.selectedIndex].text;