logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python中chr()函数与str()函数的区别

1.1 python字符串定义#!/usr/bin/python# -*- coding: utf8 -*-# 定义一个字符串s1 = 'this is long String that spans two lines'# 表示下面一行是上一行的延续s2 = 'this is long String\that spans two lines'#原样输出字符串s3 = ...

暂无文章信息