html中js的跳转
<script type="text/javascript">
function tj(id){
window.location.href = 'productc-'+id+'-1.html';
}
</script>
<script type="text/javascript">
function tj(id){
window.location.href = 'productc-'+id+'-1.html';
}
</script>