在MongoDB中,给定一个名为myCursor的游标,哪条命令返回布尔值?( )
myCursor.hasNext()
myCursor.sort()
myCursor.next()
myCursor.find()