Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在网上找到了一个很好的代码,但是当我运行时,图像没有出现,我下载了它们,放入项目中,但没有任何内容,只有文字,我将发布我在网站上看到的图片,我得到代码:
现在我将发布代码,我不能调出图像,只有文字,看代码的hiperlink:
JList 中的文本和图标
谢谢 !
尝试运行以下代码:
System.out.println(System.getProperty("user.dir"));
这将向您显示您正在运行的程序的工作目录,像 Eclipse 这样的编辑器有时会弄乱它。确保将文件放在显示的确切文件夹中。
我是 php 新手,我无法弄清楚如何将确切的字符串“ <?php”输出为 HTML 字符串、从文件(即file_get_contents(blah);)输出或echo "<?php";在代码段内输出。我认为它被解释为 php 代码段的开头,因为没有输出数据。任何帮助,将不胜感激。
<?php
file_get_contents(blah);
echo "<?php";