import { SQLite, SQLiteObject } from '@ionic-native/sqlite/ngx'; constructor(private sqlite: SQLite) { } ... this.sqlite.create({ name: ...
確定! 回上一頁