Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改已经存在的数据库的数据库架构。我应该怎么办?我必须更改数据库版本吗?这是Phonegap描述的一个例子。(很短)我确实尝试过,但我不明白。谁能给我一个例子?
var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000); db.changeVersion("1.0", "1.1");