python-字符串

python读取字符串中的值html ch1 = 'hello world' ch2 = 'Li si' print('ch1[0:5]:',ch1[0:5]) print('ch2[0:5]:',ch2[0:5]) python更新字符串python char1 = "Hello world!" print('更新字符串:',char1[:6] + "世界!") python转义字符 pytho
相关文章
相关标签/搜索