52,780
社区成员
发帖
与我相关
我的任务
分享<a href="#" onclick="window.print()">打印</a> <a href="#" onclick="window.close">关闭</a><br/>
<img style="height:200" id="img"/>
<script>
document.getElementById('img').src=location.search.replace(/^\?/,'');//设置img的src,location.search为传递的参数
</script>