🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 方法 text控件实例: ```php $text = $ttToolbarFilter ->text(); ``` 设置标签文本: ```php $text->label('关键词'); ``` 设置内容提示: ```php $text->placeholder('请输入关键词'); ``` 设置默认值: ```php $text->defaultValue('张三'); ``` 设置ui类: ```php $text->uiClass(['f13']); ``` 设置style样式: ```php $text->style(); ``` 设置html属性: ```php $text->attribute(); ```