參數解釋:
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 :'測試內容' // 內容
直接上代碼