摘要:
function loadPage() { $.ajax({ url: '/upos_service/getproductInfobyid', type: 'GET', data: { 'productId': $.getUrlVar("productId") }, success: function (responseText) { var result = eval("(" + responseText + ")"); if (result != null) { ... 阅读全文
posted @ 2013-02-27 09:22
stabley107
阅读(138)
评论(0)
推荐(0)
2013年2月27日