mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
14 lines
220 B
Markdown
14 lines
220 B
Markdown
## iFrame
|
|
|
|
如果需要内嵌外部站点,可用 iframe 来实现。
|
|
|
|
```schema:height="300" scope="body"
|
|
{
|
|
"type": "iframe",
|
|
"src": "raw:http://www.baidu.com",
|
|
"style": {
|
|
"height": 260
|
|
}
|
|
}
|
|
```
|