Differences between revisions 26 and 40 (spanning 14 versions)
Revision 26 as of 2006-09-13 02:17:27
Size: 149
Editor: JinQing
Comment:
Revision 40 as of 2010-12-26 09:23:38
Size: 290
Editor: xblandy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!python
print 'Hello world!'
print ("Hello world!")
}}}
----
[[Py技术文档分类]]
Line 2: Line 8:
hellp ... = 随便什么 = 会成为标题
Line 4: Line 10:
 . == 随便什么 == 会成为副标题,
  . 最多可用 5 个 "=" 号.
Line 5: Line 13:
{{{hi
close it}}}

abc[[http://blog.csdn.net/jq0123]]

{{{#!python
import time

while True:
    time.sleep(1000)
}}}
= 1 =
== 2 ==
=== 3 ===
==== 4 ====
===== 5 =====
----
产生分行线

   1 print 'Hello world!'
   2 print ("Hello world!")


Py技术文档分类

= 随便什么 = 会成为标题

  • == 随便什么 == 会成为副标题,
    • 最多可用 5 个 "=" 号.

1

2

3

4

5


产生分行线

MyNewPage (last edited 2010-12-26 09:23:38 by xblandy)