ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 方法 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(); ```