首页 > 后端开发 > php教程 > img标签图片显示问题 求解

img标签图片显示问题 求解

WBOY
发布: 2016-06-06 20:30:23
原创
1168 人浏览过

我的$step字符串是get方式传过来的

1.show.phpimg标签图片显示问题 求解

2.引入show.html文件,直接输出
img标签图片显示问题 求解

3.在firfox上显示正常,把图片链接单独访问是可以访问到图片的

img标签图片显示问题 求解

4.但是图片却无法在show.php文件访问时显示
img标签图片显示问题 求解

5.用调试工具显示是这样的
img标签图片显示问题 求解

求解答,对于状态码493,不明白是啥意思,求解

show.html

<code>


    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <title></title>


    <div id="container">
        <div id="header">
            <span>菜名:</span><h1><?php echo $title;?></h1>
        </div>
        <div id="content">
            <span>标签:</span><?php echo $tags;?>
            <hr>
            <span>推荐理由:</span><?php echo $intro;?>
            <hr>
            <span>食材:</span><?php echo $ingredients;?>
            <hr>
            <span>调料:</span><?php echo $burden;?>
            <hr>
            <span>步骤:</span>
            <br>
            <?php echo $str;?>
        </div>
        <div id="foot"></div>
        <div id="h50"></div>
        <div id="phone-nav">
            <ul>
                <li><a href="tel:18976977358"><i class="fa fa-2x fa-phone"></i>电话</a></li>
                <li><a href="sms:18976977358"><i class="fa fa-2x fa-edit"></i>短信</a></li>
                <li><a href="#"><i class="fa fa-2x fa-send"></i>分享</a></li>
                <li><a href="#"><i class="fa fa-2x fa-group"></i>关于</a></li>
            </ul>
        </div>
    </div>


</code>
登录后复制
登录后复制

show.php

<code>//接收数据
    $title=$_GET['title'];
    $tags=$_GET['tags'];
    $intro=$_GET['intro'];
    $ingredients=$_GET['ingredients'];
    $burden=$_GET['burden'];
    $step=$_GET['step'];

    //将首尾“@”取出
    $step=trim($step,'@');
    //将字符串炸开,生成数组
    $step=explode('@',$step);
    //var_dump($step);exit;
    //循环遍历数组
    $str = "";
    for($i=0;$i<count if width="100px" height="100px" src="'.%24one.'"></count>';
        }else{
            $str.="<br><p>{$step[$i]}</p>
<hr>";
        }
    }

    //引入模板文件
    include 'show.html';
</code>
登录后复制
登录后复制

回复内容:

我的$step字符串是get方式传过来的

1.show.phpimg标签图片显示问题 求解

2.引入show.html文件,直接输出
img标签图片显示问题 求解

3.在firfox上显示正常,把图片链接单独访问是可以访问到图片的

img标签图片显示问题 求解

4.但是图片却无法在show.php文件访问时显示
img标签图片显示问题 求解

5.用调试工具显示是这样的
img标签图片显示问题 求解

求解答,对于状态码493,不明白是啥意思,求解

show.html

<code>


    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <title></title>


    <div id="container">
        <div id="header">
            <span>菜名:</span><h1><?php echo $title;?></h1>
        </div>
        <div id="content">
            <span>标签:</span><?php echo $tags;?>
            <hr>
            <span>推荐理由:</span><?php echo $intro;?>
            <hr>
            <span>食材:</span><?php echo $ingredients;?>
            <hr>
            <span>调料:</span><?php echo $burden;?>
            <hr>
            <span>步骤:</span>
            <br>
            <?php echo $str;?>
        </div>
        <div id="foot"></div>
        <div id="h50"></div>
        <div id="phone-nav">
            <ul>
                <li><a href="tel:18976977358"><i class="fa fa-2x fa-phone"></i>电话</a></li>
                <li><a href="sms:18976977358"><i class="fa fa-2x fa-edit"></i>短信</a></li>
                <li><a href="#"><i class="fa fa-2x fa-send"></i>分享</a></li>
                <li><a href="#"><i class="fa fa-2x fa-group"></i>关于</a></li>
            </ul>
        </div>
    </div>


</code>
登录后复制
登录后复制

show.php

<code>//接收数据
    $title=$_GET['title'];
    $tags=$_GET['tags'];
    $intro=$_GET['intro'];
    $ingredients=$_GET['ingredients'];
    $burden=$_GET['burden'];
    $step=$_GET['step'];

    //将首尾“@”取出
    $step=trim($step,'@');
    //将字符串炸开,生成数组
    $step=explode('@',$step);
    //var_dump($step);exit;
    //循环遍历数组
    $str = "";
    for($i=0;$i<count if width="100px" height="100px" src="'.%24one.'"></count>';
        }else{
            $str.="<br><p>{$step[$i]}</p>
<hr>";
        }
    }

    //引入模板文件
    include 'show.html';
</code>
登录后复制
登录后复制

你确定不是因为width="100px"还有height="100px"这种写法导致不显示的?

代码贴上来看下

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板