strhtml +=  "<td><a href='javascript:down("+fileobj.id+");' title='下载'><img src='${base}/include/Framework/Icons/icon_0_down.gif' width='20' height='20'/></a></td>&nbsp;&nbsp;";这是一段js,用jquery.html写入页面,如果down里面的参数是字符串,点击时就会报错.是数字就没有关系.strhtml +=  "<td><a href='javascript:down('"+fileobj.id+"');' title='下载'><img src='${base}/include/Framework/Icons/icon_0_down.gif' width='20' height='20'/></a></td>&nbsp;&nbsp;";
在参数的两边加上单引号也是如此........请教一下该怎么办   ?