摘要:
前端传输: var updateGoodsId=$(this).val();//get id var updateGoodsPrice=$("#IngoodsPrice"+updateGoodsId).val(); var updateGoodsStatus=$("#goodsStatus"+upd 阅读全文
摘要:
function fmtDate(obj){ var date = new Date(parseInt(obj.time,10)); var month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth( 阅读全文
摘要:
异常信息: Resource interpreted as Stylesheet but transferred with MIME type text/html: 可能原因 过滤器或者某个地方对所有的资源请求全部转为了text/html 检查方式 利用浏览器查看请求头和响应头 主要检查请求头和响应 阅读全文