Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Str,bytes type-related transformation in python3.x

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

In the course of studying Python3.x, I encountered a problem that puzzled me for several days: always prompting "a bytes-like object is required,not 'str'"

The bytes type has been added to python3.x, and the str method has been modified so that str type and bytes type can be converted to each other.

#! / usr/bin/env python

#-coding:utf-8--

A = ""

# convert strings to bytes

B = bytes (a menagerie encodingkeeper utfMel 8')

Print (b)

B1 = bytes (a _

Print (b1)

# convert bytes to characters

C=str (brecedence encodingbirds utfmur8')

Print (c)

C1=str (b1 century encodingcake gbk')

Print (C1)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report