摘要:
from PyQt5.QtCore import * from PyQt5.QtWidgets import * from PyQt5.QtGui import * import sys class LineEditEx(QLineEdit): def __init__(self, parent=None): super().__init__(None, parent... 阅读全文
posted @ 2018-01-26 18:17
我是外婆
阅读(2520)
评论(0)
推荐(0)
摘要:
常见的MIME类型(通用型): 超文本标记语言文本 .html text/html xml文档 .xml text/xml XHTML文档 .xhtml application/xhtml+xml 普通文本 .txt text/plain RTF文本 .rtf application/rtf PDF 阅读全文
posted @ 2018-01-26 16:25
我是外婆
阅读(339)
评论(0)
推荐(0)