with(document.comm_apply.city)
                {
                    options.length = 0;  // 清空下拉框里原有的数据
                    options.add(new Option(city[j], city[j]));
                }