日期:2014-05-16 浏览次数:20407 次
var data = {},hello='me'; data[hello]='Hello World'; $.ajax({ url:'', type:'POST', data:data, . . . });