久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

在 Python 3 中刪除字符串文字前面的“b"字符

Remove #39;b#39; character do in front of a string literal in Python 3(在 Python 3 中刪除字符串文字前面的“b字符)
本文介紹了在 Python 3 中刪除字符串文字前面的“b"字符的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

問題描述

我是 python 編程的新手,我有點困惑.我嘗試從字符串中獲取字節(jié)以進行散列和加密,但我得到了

I am new in python programming and i am a bit confused. I try to get the bytes from a string to hash and encrypt but i got

b'...'

b 字符串前面的字符,如下例所示.有什么辦法可以避免這種情況嗎?誰能給出解決方案?對不起這個愚蠢的問題

b character in front of string just like the below example. Is any way avoid this?.Can anyone give a solution? Sorry for this silly question

import hashlib

text = "my secret data"
pw_bytes = text.encode('utf-8')
print('print',pw_bytes)
m = hashlib.md5()
m.update(pw_bytes)

輸出:

 print b'my secret data'

推薦答案

解碼是多余的

你一開始只有這個錯誤",因為對正在發(fā)生的事情有誤解.

You only had this "error" in the first place, because of a misunderstanding of what's happening.

您獲得了 b,因為您編碼為 utf-8,現(xiàn)在它是一個字節(jié)對象.

You get the b because you encoded to utf-8 and now it's a bytes object.

 >> type("text".encode("utf-8"))
 >> <class 'bytes'>

修復(fù):

  1. 你可以先打印字符串
  2. 編碼后冗余解碼

這篇關(guān)于在 Python 3 中刪除字符串文字前面的“b"字符的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

How to draw a rectangle around a region of interest in python(如何在python中的感興趣區(qū)域周圍繪制一個矩形)
How can I detect and track people using OpenCV?(如何使用 OpenCV 檢測和跟蹤人員?)
How to apply threshold within multiple rectangular bounding boxes in an image?(如何在圖像的多個矩形邊界框中應(yīng)用閾值?)
How can I download a specific part of Coco Dataset?(如何下載 Coco Dataset 的特定部分?)
Detect image orientation angle based on text direction(根據(jù)文本方向檢測圖像方向角度)
Detect centre and angle of rectangles in an image using Opencv(使用 Opencv 檢測圖像中矩形的中心和角度)
主站蜘蛛池模板: 午夜影院| 毛片视频观看 | 亚洲在线视频 | 黄色永久免费 | 亚洲精品乱码久久久久久蜜桃 | 在线精品国产 | 久久久国产精品 | 国产免费观看久久黄av片涩av | 日日碰狠狠躁久久躁96avv | 国产日韩电影 | 91国内精精品久久久久久婷婷 | 国产视频1区 | 欧美成人h版在线观看 | 久久精品国产一区 | 国产成人精品一区二 | 亚洲第一中文字幕 | 日日摸夜夜添夜夜添精品视频 | 精品av| av久久| 中文字幕在线观看一区 | 精品国产乱码久久久久久中文 | 国产欧美精品一区二区色综合朱莉 | 欧美久久久久 | 三级视频在线观看电影 | 欧美二区在线 | 亚洲欧美一区二区三区在线 | 精品91久久| 国产一区二区三区日韩 | 久久国产精品免费视频 | 国产一级黄色网 | 欧美啊v在线观看 | 亚洲精品成人av久久 | 精品综合 | 久久成人精品视频 | 色综合久久天天综合网 | 玖玖色在线视频 | 一区二区中文 | 亚洲免费网 | 99久久久国产精品免费消防器 | 国产91九色 | 欧美xxxx做受欧美 |