zoukankan      html  css  js  c++  java
  • 转义字符

    符号            语法

    空格             

    <              &lt;

    >              &gt;

    &              &amp;

    '               &#39;

    "               &quot;

    注册商标  ®             &reg;

    版权符号  ©                              &copy;

    商标  TM                                   &trade;

    度  °                                          &deg;

    平方  ²                                      &sup2;

    立方  ³                                      &sup3;

  • 相关阅读:
    Codeforces 50A
    Codeforces 50A
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
    Python Ethical Hacking
  • 原文地址:https://www.cnblogs.com/zhouwanqiu/p/8875899.html
Copyright © 2011-2022 走看看