。。。 } /**添加页面的topic下拉框*/ getTopic('${base}/subscribe/queryAllTopics.action'); function getTopic(url){ $.ajax({ type: "GET", url: url, success: function(msg) { var topicData = []; topicData.push({ 'id' : 0, 'text' : '请选择' }); $.each(msg, function(i) { to... Read More
posted @ 2014-02-08 11:22
静子1019
Views(308)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号