最佳答案
我在弄清如何使用这个集合来计算行数方面遇到了很多麻烦。
$wordlist = \DB::table('wordlist')->where('id', '<=', $correctedComparisons)
->get();
我试过 adding->count()
,但是没有用。我试过做 count($wordlist)
。如果不需要第二个请求作为 a->count()
方法,我真的不知道该怎么做。