远古写法

url后面加参数?param1=1&param2=2

动态添加

onBeforeLoad: function (node, param) { param.param1= 1, param.param2= 2 },

05-11 13:27