📅  最后修改于: 2022-03-11 15:01:34.330000             🧑  作者: Mango
// reference to 'scripts' select list
// used throughout the examples below
var sel = document.getElementById('scripts');
// display value property of select list (from selected option)
console.log( sel.value );