日期:2014-05-16 浏览次数:21051 次
$.post("sealmaker.DrawArea",
{
action:redraw,
shape:shape,
color:sealcolor,
text:text,
style:textstyle,
size:textsize}
function(result)
{
alert(result);
}
);