调用ajax删除数据

page.deleteMenu = function(menuId){             showConfirm("您肯定要删除吗?",function(){                 $.ajax({                     url:"${ctx}/menu/delete",                     type:"post",              
相关文章
相关标签/搜索