Load2017
2019-05-14 07:58
def func(): print("hello,world")
if __name__ == '__main__': func()
或者
func()
MySQL开发技巧(三)
54887 学习 · 24 问题