js中字符串转化成对象名或者变量名
我直接发源码<scripttype="text/javascript">functionrizeto(img,imgWidth,imgHeight){img.style....
我直接发源码
<script type="text/javascript">
function rizeto(img,imgWidth,imgHeight)
{
img.style.width=imgWidth;
img.style.height=imgHeight;
}
</script>
现在是这样调用的rizeto("imgname",150,150)无法执行,识别不了Iimg,,imagename是这个IMAGE的ID和Name 展开
<script type="text/javascript">
function rizeto(img,imgWidth,imgHeight)
{
img.style.width=imgWidth;
img.style.height=imgHeight;
}
</script>
现在是这样调用的rizeto("imgname",150,150)无法执行,识别不了Iimg,,imagename是这个IMAGE的ID和Name 展开
2个回答
展开全部
[“M”+] =真哦! JS!
追问
不明白,我直接发源码
function rizeto(img,imgWidth,imgHeight)
{
img.style.width=imgWidth;
img.style.height=imgHeight;
}
现在是这样调用的rizeto("imgname",150,150)无法执行,识别不了Image,imgname是这个IMAGE的ID和Name
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询