Asking for code
Code screenshot
Screenshot of the effect after running:
I wonder if I can meet your requirements
What's the meaning? ?
for($i=0;$i<5;$i++) { echo "<br>"; for($j=0;$j<5;$j++) { echo $j; } }
Output
01234
The outer layer controls how many times the inner layer loops
<script>alert('你好')</script>
Code screenshot![1517822081639216.png QQ截图20180205171227.png](http://img.php.cn//upload/image/490/927/849/1517822081639216.png)
Screenshot of the effect after running:![1517822109661994.png QQ截图20180205171312.png](http://img.php.cn//upload/image/707/960/264/1517822109661994.png)
I wonder if I can meet your requirements
What's the meaning? ?
Output
01234
01234
01234
01234
01234
The outer layer controls how many times the inner layer loops
<script>alert('你好')</script>