Show:

bui.run Class

打开第三方应用, 参数needNative 为true 才能调用原生打开, false打开网址

Constructor

bui.run

(
  • string
  • {}
)

Parameters:

  • string Id

    [应用的id,如果是"http://"则打开浏览器]

  • {} Data

    [启动参数]

Example:

bui.run("http://www.easybui.com/demo/api/");
                                    

Item Index