Ajax异步 无刷新修改数据传值部分

//修改商品html //把返回值放入表单中作默认值 function do_editgoods(id){     $('#editgoods').modal('open');     $.get('/Home/Price/edit/item_id/'+id,function(result){        document.getElementById("hid").value = result
相关文章
相关标签/搜索