username@email.com
2021-12-28 875c11dc736016278e2d1fd1026ebec0bed28b80
1
2
3
4
5
6
7
8
9
//下拉选择
; RoadUI.Select = function ()
{
    var instance = this;
    this.init = function ($selects)
    {
        initElement($selects, "select");
    };
}