用java檔使用SQLiteOpenHelper來自行產生SQLite資料庫檔案及修改SQLite內容。 且如何新增到資料庫及查詢資料庫的語法。 如果語法看不懂最下面有影片教學 資料庫檔案:SQLdata.java檔 package com.example.fan.sqlite2; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper;