首页简介

利用 BootstrapCDN 和一个最简模板快速上手 Bootstrap。Bootstrap 是全球最流行的前端框架,用于构建响应式、移动设备优先的 WEB 站点。

输入参数

检测用户下是否已经创建这个应用

参数 说明 类型 可选值 默认值
type 类型 string text,textarea 和其他 原生 input 的 type 值 text
type 类型 string text,textarea 和其他 原生 input 的 type 值 text

返回结果

将 Bootstrap 的 CSS 文件以 标签的形式添加到标签中,并放置在所有其它样式表之前就行了。

           
             <link 
             rel=
             "stylesheet" 
             href=
             "https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css" 
             integrity=
             "sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" 
             crossorigin=
             "anonymous" 
             >