如何创建没有关闭按钮的 jQuery 弹出窗口?请在下面查看我的代码。$('#addNewRecord').dialog( { autoOpen: true, width: 570, bgiframe: true, resizable: false, height:490, modal: true } ); 有人可以帮我吗? 最佳答案 请引用How to remove close button on the jQuery UI dialog?