摘要: 阅读全文
posted @ 2021-04-01 07:41 牛小胖666 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-01 07:31 牛小胖666 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-31 21:21 牛小胖666 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-31 21:09 牛小胖666 阅读(48) 评论(0) 推荐(0) 编辑
摘要: import json data={'id':1,'name':'51zxw','password':'66666'} print(type(data)) json_str=json.dumps(data) print(type(json_str)) print(json_str) import j 阅读全文
posted @ 2021-03-31 20:56 牛小胖666 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-31 20:32 牛小胖666 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://baike.baidu.com/item/http/243074?fr=aladdin#2 https://www.cnblogs.com/duanxz/p/5127561.html 阅读全文
posted @ 2021-03-31 20:24 牛小胖666 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://baike.baidu.com/item/%E6%8E%A5%E5%8F%A3/2886384?fr=aladdin https://blog.csdn.net/lovesoo/article/details/78558303?locationNum=9&fps=1 ht 阅读全文
posted @ 2021-03-31 19:32 牛小胖666 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-31 19:17 牛小胖666 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 一、字符串 删除右边的空白 str.rstrip() ,删除左边的空白 str.lstrip(),如果删除左边+右边的空格 str.strip() #字符串大小写myName = 'zhang san'print(myName)print(myName.upper())print(myName.lo 阅读全文
posted @ 2021-02-21 17:16 牛小胖666 阅读(62) 评论(0) 推荐(0) 编辑