您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
401B

  1. <!-- exciting part -->
  2. <h1>A Book</h1>
  3. <p>Authors: <ul><li>John Power</li><li>Jamie Walsh</li></ul></p>
  4. <p>Price: $200 USD <b>In Stock</b></p>
  5. <p>VAT: $40</p>
  6. <!-- boring part -->
  7. <h2>Test truthy false values:</h2>
  8. <p>Zero: 0</p>
  9. <p>False: false</p>
  10. <p>length of string should be rendered: 3</p>
  11. <p>length of string in a list should be rendered: 14</p>
  12. <p>length of an array should be rendered: 2</p>