Differences between revisions 1 and 2
Revision 1 as of 2006-04-22 12:58:01
Size: 507
Editor: 61
Comment:
Revision 2 as of 2006-04-22 12:59:53
Size: 521
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
返回::'''[wiki:self/PyIAQ  Python 罕见问题集]''' 返回::'''[wiki:self:PyIAQ Python 罕见问题集]'''
Line 6: Line 6:
::-- 61.149.135.82 [[[DateTime(2006-04-22T12:58:01Z)]]]
[[TableOfContents]]
::-- 61.149.135.82 [[[DateTime(2006-04-22T12:58:01Z)]]] [[TableOfContents]]
Line 9: Line 8:
::-- ZoomQuiet [[[DateTime(2005-09-06T04:10:30Z)]]]
[[TableOfContents]]
::-- ZoomQuiet [[[DateTime(2005-09-06T04:10:30Z)]]] [[TableOfContents]]
Line 18: Line 17:
{{{#!python {{{
#!python
Line 22: Line 22:
    return x     return x}}}
{{{
sxx

返回::[wiki:self:PyIAQ Python 罕见问题集]

::-- 61.149.135.82 [DateTime(2006-04-22T12:58:01Z)] TableOfContents

::-- ZoomQuiet [DateTime(2005-09-06T04:10:30Z)] TableOfContents

1. 问:问题的翻译?

Q: 问题的原文?

解答的原文...

你的翻译...

   1 import types
   2 print "<script>alert('ok')</script>"
   3 def update(x, **entries):
   4     return x

sxx

开发 (last edited 2009-12-25 07:09:31 by localhost)