首页 > web前端 > html教程 > 这个问题出在哪?_html/css_WEB-ITnose

这个问题出在哪?_html/css_WEB-ITnose

WBOY
发布: 2016-06-21 09:38:17
原创
804 人浏览过

<a href="http://www.baidu.com"><img alt=@item.PeriodId src="../../Content/Images/Product/@item.PeriodName+.jpg" width="147"    style="max-width:90%" /></a>
登录后复制

得出的结果为
<a href="http://www.baidu.com"><img alt=12 src="../../Content/Images/Product/兰州学刊+.jpg" width="147"    style="max-width:90%" /></a>
登录后复制

就是多个加号 请问怎么解决谢谢


回复讨论(解决方案)

问题就在这里
@item.PeriodId

楼上可能没注意 我说的错误是图片的连接有问题 那个图片的后缀名前面我用来连接字符串的加号 还在上面

@item.PeriodId

改为:
@item.PeriodId

仍然不对 会变成这种

<a href="http://www.baidu.com"><img alt=12 src="../../Content/Images/Product/兰州学刊+'.jpg'" width="147" 
登录后复制

额 前面也加上
@item.PeriodId

晕死了
@item.PeriodId

还不对

 <a href="http://www.baidu.com"><img alt=12 src="'../../Content/Images/Product/兰州学刊'+'.jpg'" width="147" 
登录后复制

不知道楼上注意到没 @item.PeriodName是个参数

 <a href="http://www.baidu.com"><img alt=12 src="../../Content/Images/Product/兰州学刊"+".jpg'" width="147"    style="max-width:90%" /></a>
登录后复制

都休息了吗 还在被这个问题困扰着

<html><head>  <script type="text/javascript">	var source=function(a,b)	{	  var c=a.concat(b);	  return(c);	}	window.onload=function()	{	  var ex=source("../../Content/Images/Product/@item.PeriodName",".jpg");	  d1.src=ex;	}  </script></head><body><img  id="d1" / alt="这个问题出在哪?_html/css_WEB-ITnose" ></body></html>
登录后复制


试一下吧。。。

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