标题:为什么代码不能够实现,什么也打印不出来?
只看楼主
北辰风
Rank: 1
等 级:新手上路
帖 子:19
专家分:4
注 册:2013-1-14
结帖率:16.67%
 问题点数:0 回复次数:0 
为什么代码不能够实现,什么也打印不出来?
<html xmlns="http://www.

<head runat="server">

        <title>演示颜色属性</title> </head>

 <body>

  <form id="form1" runat="server">
   
    <div>
 
      <asp:Label ID="Label" Text="蓝色背景,红色前景" BackColor="#000ff#" ForeColor = "#ff0000" runat="Server"/>
      
       </p>
   
      <asp:Label ID="Label2" Text="蓝色背景,红色前景" BackColor = "Blue"  ForeColor = "Red" runat="Server" />
    </div>
  </form>
 </body>
</html>
2015-04-13 15:15



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




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

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