Home > Q&A > body text
[x for x in range(0,20) if x%3 == 0]
用PHP怎么简单地写出来 。。。
怪我咯2017-04-10 14:50:35
<?PHP print_r(range(0,20,3)); ?>