日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

html5 webDatabase 存储中sql语句执行可嵌套使用

發(fā)布時間:2025/3/15 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 html5 webDatabase 存储中sql语句执行可嵌套使用 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

html5 webDatabase 存儲中sql語句執(zhí)行可嵌套使用,代碼如下:

var data = window.openDatabase("stu","1.0","stu database",1024*10); data.transaction(function(tx){tx.executeSql("create table if not exists news (id, title)");tx.executeSql("select * from news where id = '1'",[],function(tx,result){console.log("成功"+result.rows.length);if(result.rows.length == 0){tx.executeSql("select * from news where id = '123456'",[],function(tx,result){console.log("成功2"+result.rows.length);})}}) })

?

轉(zhuǎn)載于:https://www.cnblogs.com/wshiqtb/p/3595920.html

總結(jié)

以上是生活随笔為你收集整理的html5 webDatabase 存储中sql语句执行可嵌套使用的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。