feature : { myToolsNum:{ show: true, textAlign:'right', text: '數量', icon:'image://radio.png', onclick:function(o){ alert('1'); } }, myToolsPrice:{ show:true, textAlign:'right', text:'價格', icon:'image://radio.png', onclick:function(o){ alert('1'); } } }
按鈕的名字必須my開頭,不然不會顯示的
