插入測試數據for (var i = 2; i <= 100000; i++) { db.test_table.insert( { id : i , text: "roy" , date:new Date()} ) } --刪.
確定! 回上一頁