摘要: var list = { "province" : province, "city" : city, "county" : county } $.ajax({ url : "postOption", type : "post", contentType : "application/json", d 阅读全文
posted @ 2022-11-03 11:05 lwx_R 阅读(29) 评论(0) 推荐(0)
摘要: 1.获得选中option的值/文本 var text = $("#select option:selected").text(); var value = $("#select option:selected").val(); 阅读全文
posted @ 2022-11-03 11:03 lwx_R 阅读(50) 评论(0) 推荐(0)
摘要: 1.官网下载安装Nodejs 2.cmd测试 3.npm配置 3.1 NodeJs下建立"node_global"及"node_cache"两个文件夹 3.2 管理员方式运行cmd 输入 npm config set prefix "D:\nodejs\node_global" npm config 阅读全文
posted @ 2022-11-03 10:26 lwx_R 阅读(51) 评论(0) 推荐(0)