Quine 发表于: 2022-06-24 分类于: 博客 字数:24 阅读:≈ 1分钟 浏览: s = "'s = ' + repr(s) + '\\nprint(' + s + ')'" print('s = ' + repr(s) + '\nprint(' + s + ')')