menu.ascx

来自「asp入门到精通的源代码」· ASCX 代码 · 共 18 行

ASCX
18
字号
<td valign="top" width="125">
   <table valign="top" height="100%" cellspacing=0 cellpadding=0 width="125">
      <tr height="100%">
         <td valign="top">
            &nbsp;<br>
            Personalize your:<p>
            <a href="products.aspx?cat=BTS">BTS</a><br>
            <a href="products.aspx?cat=Carpet">Carpet</a><br>
            <a href="products.aspx?cat=Color">Color</a><br>
            <a href="products.aspx?cat=Engine">Engine</a><br>
            <a href="products.aspx?cat=Frame">Frame</a><br>
            <a href="products.aspx?cat=Wheels">Wheels</a>
         </td>
      </tr>
   </table>
</td>
          
          

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?