北环路 天河路 清华园路 徐寨路 朝凤路 园田路 var street = ‘清华园路’; (‘#streetid option:contains(’ + street + ‘)’).each(function(){ if ((this).text() == street) { $(this).attr(‘selected’, true); } });