阅读量:1
要去掉字符串的引号,可以使用字符串的切片操作。下面是一个示例代码:
string_with_quotes = "'Hello, World!'" string_without_quotes = string_with_quotes[1:-1] print(string_without_quotes)
输出结果为:
Hello, World!
该代码使用切片操作[1:-1]
来获取除了第一个和最后一个字符之外的所有字符,从而去掉了字符串的引号。
要去掉字符串的引号,可以使用字符串的切片操作。下面是一个示例代码:
string_with_quotes = "'Hello, World!'" string_without_quotes = string_with_quotes[1:-1] print(string_without_quotes)
输出结果为:
Hello, World!
该代码使用切片操作[1:-1]
来获取除了第一个和最后一个字符之外的所有字符,从而去掉了字符串的引号。
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!