var dialog = new Dialog({ title: '购物车', type: 'url', width: 520, content: "Uplolo.aspx", showTitle: true, modal: true, onLoad: function () { var self = this; var div = this.getDialogObj(); $(div).delegate(".close", "click", f
public void showUpdateDialog(String content) { //普通的AlertDialog对话框 AlertDialog.Builder builder = new AlertDialog.Builder(LoadingActivity.this); builder.setTitle("版本更新"); builder.setMessage(content); builder.setNegativeButton("取消", new