﻿function goCart(id){
  document.frm.goods_id.value=id;
  document.frm.submit();
}