我有一个带有 3 种照片的 FTP 服务器:
a) the photos called c001, c002 ...
b) the photos called f001, f002 ...
c) the phots called 000abcd_date_time_ramdomnumber
我在我的网站上显示前两个 IMG SRC="c001.jpg" 等。
我想对第三个显示例如最后三个做同样的事情,但我不知道该怎么做
感谢您的建议 - 雷纳托
我有一个带有 3 种照片的 FTP 服务器:
a) the photos called c001, c002 ...
b) the photos called f001, f002 ...
c) the phots called 000abcd_date_time_ramdomnumber
我在我的网站上显示前两个 IMG SRC="c001.jpg" 等。
我想对第三个显示例如最后三个做同样的事情,但我不知道该怎么做
感谢您的建议 - 雷纳托
我有一个对象S
,其中包含调用的方法getstaus()
。现在来自后端的状态值null
也可能是,所以我通过以下方式检查:
if (S.getStatus().equals(null))
{}
请让我知道这是不是正确的方法,或者有没有比这更好的方法。