var sel = getElementById("bb")
sel.options.add(new Option(1,2));
就会生成:</select...>
          <option value="1">2</option>
        </select>这种形式