components/database.js. import React from 'react' import * as SQLite from "expo-sqlite" const db = SQLite.openDatabase('db.db') const ...
確定! 回上一頁