05 2024 档案

摘要:书上提供的原始代码: import requests # 执行API调用并存储响应 url = 'https://api.github.com/search/repositories?q=language:python&sort=stars' headers = {'Accept': 'applic 阅读全文
posted @ 2024-05-20 20:04 infocodez 阅读(391) 评论(0) 推荐(0)
摘要:在PyCharm中对Python脚本Ctrl + Shift + /进行块注释不起作用,然后使用OpenArk64查看是否热键占用冲突,没有发现其他占用。 然后发现PyCharm中Code菜单项下的选项Comment with Block Comment是灰色的。 又查了下,最后发现jetbrain 阅读全文
posted @ 2024-05-17 11:50 infocodez 阅读(512) 评论(0) 推荐(0)