发布时间:2019-09-26 09:10:00编辑:auto阅读(2237)
代码如下:
# -*- coding: utf-8 -*- import win32clipboard as wc import win32con def getCopyText(): wc.OpenClipboard() copy_text = wc.GetClipboardData(win32con.CF_TEXT) wc.CloseClipboard() return copy_text # test import chardet print chardet.detect(getCopyText()) # 找到包含中文内容的字符串编码 print getCopyText().decode('GB2312') # 转码
上一篇: python读取中文txt文本
下一篇: Python 基本语句
47750
46254
37136
34643
29233
25893
24762
19866
19428
17917
5720°
6324°
5843°
5892°
6993°
5831°
5851°
6365°
6319°
7684°