$("#toptoolbar").ligerToolBar( { items: [{ text: '增加', click: function (item) { alert(item.text); }, icon:'add' }, { line:true }, { text: '修改', click: itemclick }, { line:true }, { text: '删除', click: itemclick } ]});