2011-04-06 24 views
4

我有以下頁面:的openDatabase沒有定義

<!DOCTYPE HTML> 
<html> 
<head> 
<meta charset="utf-8"> 
<title>Untitled Document</title> 
</head> 

<body> 
<script> 
var dbo = openDatabase('HelloWorld'); 
</script> 
</body> 
</html> 

和我得到的螢火: 的openDatabase沒有定義。

+0

你期望打開什麼樣的數據庫?我最好的猜測是IndexedDB在Firefox 4中仍然是實驗性的,需要通過mozIndexedDB.open訪問 - 請參閱https://developer.mozilla.org/en/IndexedDB/IndexedDB_primer – Neil 2011-04-06 19:20:46

回答