⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 code 15.2.2-2.html

📁 开发web_xml
💻 HTML
字号:
<html xmlns:vml="urn:schemas-microsoft-com:vml">
  <head>
    <title>shapetype sample</title>
    <object id="VMLRender" 
      classid="CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E">
    </object>
    <style>
      vml\:* { behavior: url(#VMLRender) }
    </style>
  </head>

  <body>
    <vml:shapetype id="fred" 
       coordsize="21600,21600" 
       fillcolor="blue"
       path="m@0,0l0,21600,21600,21600xe">
      <vml:formulas>
        <vml:f eqn="val #0"/>
        <vml:f eqn="prod #0 1 2"/>
        <vml:f eqn="sum @1 10800 0"/>
      </vml:formulas>
    </vml:shapetype>

    <vml:shape type="#fred" style="width:50px; height:50px" />
    <vml:shape type="#fred" style="width:100px; height:100px"/>
    <vml:shape type="#fred" style="width:150px; height:150px"/>
  
   </body>
</html>

⌨️ 快捷键说明

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