## 基础使用

普通跳转, Link组件必须要配合其他组件一起使用

```json
{
    "body": [{
        "type": "link",
        "src": "http://www.baidu.com",
        "children": [{
            "type": "text",
            "text": "Baidu.inc"
        }]
    }]
}
```
