参数解释:
id :null, // 需要赋值的ID
callOnOpen :null, // 弹出后调用方法
callOnClose:null, // 关闭后调用方法
eventType :null, // 事件类型 click, blur, change, dblclick, error, focus, load, mousedown, mouseout, mouseup
idContent :null, // 需要添加的id
width :'auto', // 宽
height :'auto', // 高
title :'消息', // 标题
content :'测试内容' // 内容
callOnOpen :null, // 弹出后调用方法
callOnClose:null, // 关闭后调用方法
eventType :null, // 事件类型 click, blur, change, dblclick, error, focus, load, mousedown, mouseout, mouseup
idContent :null, // 需要添加的id
width :'auto', // 宽
height :'auto', // 高
title :'消息', // 标题
content :'测试内容' // 内容
直接上代码