首頁 > 後端開發 > 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
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板