pytcharm 输出('\xe5\x9c\xa8\xe7\xba\xbf\xe7\x8e\x87\xe4\xb8\xba\xef\xbc\x9a', 0.07)
时间: 2023-09-25 18:08:37 浏览: 155
Python3之乱码\xe6\x97\xa0\xe6\xb3\x95处理方式
你可以使用以下代码在PyCharm中输出'\xe5\x9c\xa8\xe7\xba\xbf\xe7\x8e\x87\xe4\xb8\xba\xef\xbc\x9a'和0.07:
```python
text = '\xe5\x9c\xa8\xe7\xba\xbf\xe7\x8e\x87\xe4\xb8\xba\xef\xbc\x9a'
value = 0.07
print(text, value)
```
这将在控制台输出:'\xe5\x9c\xa8\xe7\xba\xbf\xe7\x8e\x87\xe4\xb8\xba\xef\xbc\x9a 0.07'。
阅读全文