JQuery的Post传参数为什么收不到呢?
$.post("sealmaker.DrawArea", { action:redraw, shape:shape, color:sealcolor, text:text, style:textstyle, size:textsize}function(result) { alert(result); } );