mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2024-12-27 22:49:09 +00:00
10 lines
249 B
Python
10 lines
249 B
Python
import util.RequestUtil as Request
|
|
|
|
|
|
# 按间距中的绿色按钮以运行脚本。
|
|
if __name__ == '__main__':
|
|
message = Request.get_message(0, 10)
|
|
print(message.text)
|
|
|
|
# 访问 https://www.jetbrains.com/help/pycharm/ 获取 PyCharm 帮助
|