正在回答 回答被采纳积分+1
2回答
guly
2017-11-19 11:48:39
你好,我们的作业是金字塔和菱形,你的作业代码为:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?php $str =<<<table <table border= '0' width= '20%' height= '20%' > <tr> <td bgcolor= "Fuchsia" ></td> <td bgcolor= "Fuchsia" ></td> <td bgcolor= "DeepSkyBlue" ></td> </tr> </table> <table border= '0' width= '20%' height= '20%' > <tr> <td bgcolor= "orange" ></td> <td bgcolor= "white" ></td> <td bgcolor= "DeepSkyBlue" ></td> </tr> </table> table; echo $str ; |
建议您检查您提交的代码,如果解决您的问题请采纳,祝学习愉快!
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧