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

16 行
200 B

  1. <blockquote>
  2. <p>Example:</p>
  3. <pre><code>sub status {
  4. print &quot;working&quot;;
  5. }
  6. </code></pre>
  7. <p>Or:</p>
  8. <pre><code>sub status {
  9. return &quot;working&quot;;
  10. }
  11. </code></pre>
  12. </blockquote>