Python的函数文档 2017-07-29 本文已影响0人 Cytosine Python的函数文档 >>> def firstFunction(): '函数文档' print('first') >>> firstFunction.__doc__ '函数文档'