用javascript实现给图片加链接
摘要:varstrVariable="";strVariable=strVariable.link("http://www.jb51.net");...
<script>
varstrVariable="<imgsrc='http://www.jb51.net/images/logo.gif'>";
strVariable=strVariable.link("http://www.jb51.net");
document.write(strVariable)
</script>
【用javascript实现给图片加链接】相关文章: