我为旋转木马编写了以下代码,但它没有显示我的第一张照片。我的代码是对的,还是我错过了什么?
public class ObjectInputStream {
private Object readObject0(boolean unshared) throws IOException {
public class FileInputStream extends InputStream {
private native int read0() throws IOException;
答案 0 :(得分:0)
您在=
方法中忘记了image_tag(...)
:
<%= image_tag Post.first.post_picture %>