php文件系统问题
有的时候我们有这样一种需求,大多数都是通过幻灯片查看图片,主要是js调用,很多的图片文件路径自然也是单放在一个js文件中,在后台上传文件的时候,直接将文件的路径写入到js文件中.
如:
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->imgs1 = new Array('/images/1.jpg','/images/2.jpg');
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->imgs2= new Array('/images/1.jpg');
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->imgs3=new array('images/1.jpg');
img1 = new Array('1.jpg');img1.push('2.jpg');img1.push('3.jpg');img1.push('4.jpg');<div class="clear"> </div>