#### 基本用法 最基本的用法,展示了 `dataSource`、`targetKeys`、每行的渲染函数 `render` 以及回调函数 `change` `selectChange` `scroll` 的用法。 #### Basic The most basic usage of `Transfer` involves providing the source data and target keys arrays, plus the rendering and some callback functions. ```html ```