如何输出代码本身?

发布于 2024-07-14 05:29:42 字数 459 浏览 15 评论 0原文

有多少种方法可以让代码自行输出?

例如,编写下面的代码,

public class Test
{
   public static void main(String[] args)
   {
      // some code
   }
}

以输出自身

public class Test
{
   public static void main(String[] args)
   {
      // some code
   }
}

(接受任何编程语言)

编辑 这个问题在历史帖子里已经有答案了 搜索“quine”或查看 https://stackoverflow.com/search?q=quine

How many ways are there to let the code output itself?

For example, write the code below,

public class Test
{
   public static void main(String[] args)
   {
      // some code
   }
}

to output itself

public class Test
{
   public static void main(String[] args)
   {
      // some code
   }
}

(Any programming language is accepted)

EDIT
This question has been answered in the historical posts,
search "quine" or check out https://stackoverflow.com/search?q=quine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

梦断已成空 2024-07-21 05:29:43

查找奎因

look up Quines.

白云不回头 2024-07-21 05:29:43

您想阅读有关奎因的内容。 请参阅此处

You are wanting to read about quines. See here.

香草可樂 2024-07-21 05:29:43

http://en.wikipedia.org/wiki/Quine_(计算)

< a href="http://www.nyx.net/~gthompso/quine.htm" rel="nofollow noreferrer">http://www.nyx.net/~gthompso/quine.htm

吾性傲以野 2024-07-21 05:29:43

这个问题不是已经被问过了吗

Hasn't this question already been asked?

镜花水月 2024-07-21 05:29:43

有无数种方法可以做到这一点。 您所要做的就是找到一种方法,然后添加评论......

There are an infinite number ways to do this. All you have to do is find one way and then add comments....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文