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