username@email.com
2021-12-08 c035a2e879d4340b0a6ab5c16770758cd62e4874
1
2
3
4
5
6
7
8
9
//Text文本框
;RoadUI.Text = function ()
{
    var instance = this;
    this.init = function ($texts)
    {
        initElement($texts, "text");
    };
}