这样是否可以

来源:2-17 编程练习

慕先生3246696

2019-07-29 17:26:36

<?php

$a=<<<colortable
 <table >
  <tr>
  <td bgcolor=bule width=50px height=50px></td>
  <td bgcolor=gold width=50px height=50px></td>
  <td bgcolor=red width=50px height=50px></td>
  </tr>
   <td bgcolor=yellow width=50px height=50px></td>
  <td bgcolor=black width=50px height=50px></td>
  <td bgcolor=pink width=50px height=50px></td>
  </tr>
   <td bgcolor=bule width=50px height=50px></td>
  <td bgcolor=gold width=50px height=50px></td>
  <td bgcolor=green width=50px height=50px></td>
  </tr>
 </table>

colortable;

echo $a;

写回答

1回答

好帮手慕查理

2019-07-29

正确哦~棒棒哒!继续加油~

0

0 学习 · 4928 问题

查看课程