[x for x in range(0,20) if x%3 ==0] 用PHP怎么简单地写出来 。。。
PHPz
PHPz 2017-04-10 14:48:35
0
1
466
[x for x in range(0,20) if x%3 == 0]

用PHP怎么简单地写出来 。。。

PHPz
PHPz

学习是最好的投资!

reply all(1)
刘奇
<?PHP
    print_r(range(0,20,3));
?>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template