safari 异常取得 select 的 value

safari 错误取得 select 的 valueSafari mis-reports the default selected property of a hidden option/

safari 错误取得 select 的 value

Safari mis-reports the default selected property of a hidden option        // Accessing the parent's selectedIndex property fixes itelem.parentNode.selectedIndexalert(elem.value);