摘要:
function loadPage() { $.ajax({ url: '/upos_service/getproductInfobyid', type: 'GET', data: { 'productId': $.getUrlVar("productId") }, success: function (responseText) { var result = eval("(" + responseText + ")"); if (result != null) { ... 阅读全文