标题:我运行时,颜色不会变换,求助
只看楼主
casual0402
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2008-5-11
 问题点数:0 回复次数:2 
我运行时,颜色不会变换,求助
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.

<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body>
<?php
function tablebgcolor(){
    static $bgcolor;
    if ($bgcolor = "00ffff")
    {
        $bgcolor = "ffff00";
    }
    else { $bgcolor = "00ffff"; }
    return ($bgcolor);
}
echo '<table border=1><br>';
for ($i = 1; $i <= 10; $i++){
    $bgcolor = tablebgcolor();
    echo '<tr><td bgcolor = '.$bgcolor.'>this the '.$i.' line</td></tr><br>';
}
echo '</table>';
?>
</body>
</html>
搜索更多相关主题的帖子: quot bgcolor DTD 颜色 head 
2008-05-27 13:03
casual0402
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2008-5-11
得分:0 
顶一个
2008-05-27 16:05
casual0402
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2008-5-11
得分:0 
搞定了 呵呵
2008-05-27 16:15



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-216131-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.538011 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved