## 弹出位置

使用placement可以更改弹出位置


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