^_^,发现BUG了,单引号一变四,二变八

解决方案 »

  1.   

    哇~~Bug`~~~我喜欢虫~~~~我也试试~~~‘’
    ''''
    ''''''''
    ''''''''''''''
      

  2.   

    &
    <
    >
    "
      

  3.   

    <input type="text" name="hello" value="world"/>
      

  4.   

    test again
    <xsl:stylesheet 
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0"
    >
    <xsl:template match="books">
    <html><body>
    <h1>A list of books</h1>
    <table width="640">
    <xsl:apply-templates/>
    </table>
    </body></html>
    </xsl:template><xsl:template match="book">
    <tr>
    <td><xsl:number/></td>
    <xsl:apply-templates/>
    </tr>
    </xsl:template><xsl:template match="author | title | price">
    <td><xsl:value-of select="."/></td>
    </xsl:template></xsl:stylesheet>
      

  5.   

    测试空格
    a       a
        a
      

  6.   

    CSDN                      Why Trim(Space)?