[python基礎(二)]字符串方法

本文介紹了字符串兩種重要的使用方式:字符串格式化和字符串方法。 一.字符串格式化 二.字符串方法 常用的字符串方法有:find,join,lower,replace,split,strip,translate。 具體的代碼見下面 py文件 # -*- coding: utf-8 -*- #字符串格式化 #1.簡單轉換 print '%s plus %s equals %s'%(1,2,3) fro
相關文章
相關標籤/搜索