用execSQL()方法執行"CREATE TABLE"敘述. SQLiteDatabase db = openOrCreateDatabase(...); String createTable = "CREATE TABLE IF NOT EXISTS " + ...
確定! 回上一頁