a="abcdefg" //S.method()直接调用>>> a.upper() 'ABCDEFG' //导入string模块的用法>>> string.upper(a) Traceback (most recent call last): File ...
確定! 回上一頁