直接用ajax吧
$.ajax({ url:"路径", type:"POST", dataType:"text", data : { "cous" : cous}, success:function(data){ //成功返回要干啥 } });