标签: sqlite typescript ionic2 ionic3
哪一个是正确的?
let data = [a,b,c,d,e,f,g,h,i,j,k,l]; this.database.executeSql("INSERT INTO Table (a, b, c, d) VALUES (?, ?, ?, ?), (?, ?, ?, ?), (?, ?, ?, ?)," , data);
或
{{1}}