问题解决了 是数据库字段值和遍历给的字段值不匹配
var CPU=$("#CPU option:selected").val() 选中的值var CPU=$("#CPU option:selected").text() 选中的文本$(this)是$("#CPU")