标签:
$(document).ready(function(){
<#if sucessStr ?? && sucessStr?has_content >
$.dialog({
lock: true, title:‘提示‘,
content: ‘${sucessStr}‘,
icon: ‘success.gif‘,min:false,max:true
});
</#if>
}
标签:
原文地址:http://www.cnblogs.com/luoxiaolei/p/5157847.html