2021年12月30日

摘要: # author: Roy.G 20211230import sysimport timeimport math'''def fun_1(): print("fun_1") return 1def fun_2(): print("fun_1")x=fun_1()y=fun_2()print(x)pr 阅读全文
posted @ 2021-12-30 16:28 ttm6489 阅读(37) 评论(0) 推荐(0)
摘要: s=u"你好"print(s)print(s.encode().decode("gbk")) 阅读全文
posted @ 2021-12-30 14:33 ttm6489 阅读(20) 评论(0) 推荐(0)

导航