## 基础使用

设置buttonText和dropDownItems就可以使用。

```json
{
    "body": [{
        "type": "dropdown",
        "buttonText": "helloworld",
        "dropDownItems": [{
            "text": "A"
        }, {
            "text": "BBB",
            "link": "http://www.baidu.com"
        }]
    }]
}
```
