thinkphp5.1中随机获取mysql条目rand() Posted by 萌新 2019-07-31 in PHP实例 $all = TaskModel::orderRaw('rand()')->all(); order改为orderRaw,使用rand() 方式,随机排序获取到的列表。