新建引导页面ionic g page welcome导入组件修改模版文件:welcome.html修改样式文件:welcome.scss安装相关插件:数据库使用SQLite:ionic cordova plugin add cordova-sqlite-storage安装相关包:npm install --save @ionic/storage编写相关代码:最终效果:参考:https://ionicframework.com/docs/storage/