数据层没有,js和bll直接链接,数据层用的hqew. js: window.onload = function () { //型号input 改变 事件 $("#typeofproduct").change(function () { var value = $("#typeofproduct").val(); //获取现在li—— a标签 的值 var v = $(".list3").find("a").text(); /…
Working with editors/IDEs supporting “safe write” Note that many editors support “safe write” feature and have it enabled by default, which makes dev server unable to watch files correctly. “Safe write” means changes are not written directly to origi…