驾轻就熟
军衔: 中尉 | 等级: 26
HP(生命值): 30 / 251
MP(魔力值): 198 / 1245
EXP(经验值): 19 %
保存为index.php放在你的图片目录里面
PHP源码: <? imgtype=array(bmp,jpg,jpeg,png,gif); /****************************************************/ imgtype_count=count(imgtype); path="."; handle=opendir(path); while (file = readdir(handle)){ if (is_dir(file)) {continue;} type = explode(".",file); type = type[1]; for(i=0;i<imgtype_count;i++){ if(type==imgtype){echo"<a href="http://www.phpchina.com/.path."/".file." target=\"_blank\" alt=\"点击打开新窗口浏览\"><img src="http://www.phpchina.com/.path."/".file." border=\"0\" onload=\"if(this.height>150) {this.height=150;this.width=150*this.width/this.height;}\"></a>\n";} } } closedir(handle); /****************************************************/ ?>
查看详细资料
TOP