摘要: public class cehsimodelManager : DbContext<cehsimodel> {} //类 public class cehsimodel { public string btnname { get; set; } public string btnid { get; 阅读全文
posted @ 2019-09-03 15:55 enych 阅读(4208) 评论(0) 推荐(0)
摘要: var t = document.getElementById("provid"); console.log(t.value); console.log(t.text); //未定义 console.log(t.selectedIndex); //有效 var text = t.options[t.selectedIndex].text; // 选中文本 var value = t.o... 阅读全文
posted @ 2019-09-03 13:48 enych 阅读(8240) 评论(0) 推荐(0)
摘要: var sheng = document.getElementById("sheng"); var falge =0; sheng.onclick = function() { if(this.parentNode.classList.contains('linkage-selected')){ //... 阅读全文
posted @ 2019-09-03 11:18 enych 阅读(682) 评论(0) 推荐(0)