helle 发表于 2019-05-29 | 更新于 2019-05-30 | 阅读次数: helle123 1-hello2-world 12345struct sdshdr { int len;// 已使用的字符串长度 int free;// 未使用的字符串长度 char buf[];// 字节数组,用于保存字符串本数据}; 1234567@requires_authorizationclass SomeClass: passif __name__ == '__main__': # A comment print 'hello world'