$('#dd').dialog({
title: 'My Dialog',
data : {
bt:555,
id : 111
},//这样不行啊
dataType : "json",
width: 400,
height: 200,
closed: false,
cache: false,
href: 'test.action',
modal: true
});
请问如何不通过url传递参数