解决方案:
使用 nth() 对 list 进行取值,配合 random(Number) 随机产生一个 1 到 Number 的随机值(包括 1 和 Number),这里的 Number 即是 list 长度~