求会PHP的大神帮助,需要用PHP的方式做到以下效果,求编程代码和思路
展开全部
<!doctype html>
<html>
<head><title>Document</title></head>
<body>
<table width=400>
<?php $color = ["red", "blue"];
for ($row = 0; $row < 9; $row++) { ?><tr>
<?php for ($col = 0; $col < 9; $col++) { ?><td bgcolor=<?php echo $color[($row+$col)&1] ?>> </td>
<?php } ?></tr>
<?php } ?>
</body>
</html>
追问
是用PHP方式的echo ""这样的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询