openWebsite
打开网页。
参数
| 名称 | 类型 | 必填 | 默认值 | 说明 | 
|---|---|---|---|---|
| url | string | 是 | 网址 | 
Example
import { openWebsite } from "minip-bridge";
openWebsite("https://google.com");
打开网页。
| 名称 | 类型 | 必填 | 默认值 | 说明 | 
|---|---|---|---|---|
| url | string | 是 | 网址 | 
import { openWebsite } from "minip-bridge";
openWebsite("https://google.com");