$.each(selectArray, function(key, value) { $('#mySelect') .append($("<option></option>") .attr("value",key) .text(value)); });
回應已關閉。