Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字 ( 0x61 0x62 0xD)を含む文字列があるrepr場合、この文字列の関数は を返し'ab\r'ます。
0x61
0x62
0xD
repr
'ab\r'
逆の操作を行う方法はありますか: string 'ab\r'(with characters 0x61 0x62 0x5C 0x72) がある場合、 string を取得する必要があります0x61 0x62 0xD。
0x5C
0x72