摘要: code = res.status_codeprint(code)if code == 200: with open('./JoeTest.html', 'w', encoding='utf-8') as fp: fp.write(res.text) 阅读全文
posted @ 2023-05-17 18:20 szboy2005 阅读(108) 评论(0) 推荐(0)
摘要: import requests url = 'https://www.baidu.com/' res = requests.get(url) res.encoding = 'utf-8' # 指定编码格式,默认为'utf-8' print(res) print(res.content) # b'二进 阅读全文
posted @ 2023-05-16 19:28 szboy2005 阅读(17) 评论(0) 推荐(0)
摘要: 根据财政部、国家发展改革委财税【2017】20号文件,自2017年4月1日起,商标注册收费标准降低50%。 网站商标属于35类(广告),APP属于第9类,商标注册费用大大降低。具体收费项目及标准公告如下: 收费项目 收费标准 受理商标注册费 300元(限定本类10个商品。10个以上商品,每超过1个商 阅读全文
posted @ 2017-04-05 21:49 szboy2005 阅读(141) 评论(0) 推荐(0)