chart.svg

来自「AJAX and PHP: Building Responsive Web Ap」· SVG 代码 · 共 10 行

SVG
10
字号
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="init(evt)">
  <script type="text/ecmascript" xlink:href="ajaxRequest.js"/>
  <script type="text/ecmascript" xlink:href="realTimeChart.js"/>
  <a xlink:href="http://ajaxphp.packtpub.com">
    <text x="200" y="20">
      SVG with AJAX and PHP Demo
    </text>
  </a>
</svg>

⌨️ 快捷键说明

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