11 2017 档案

摘要:https://www.cnblogs.com/Showshare/p/different-between-attr-and-prop.html 像checkbox,radio和select这样的元素,选中属性对应“checked”和“selected”,这些也属于固有属性,因此需要使用prop方法 阅读全文
posted @ 2017-11-28 16:49 以函 阅读(107) 评论(0) 推荐(0)
摘要:public static bool IsLegalPath(byte pathType,string path) { Regex regex = new Regex(@"^([a-zA-Z]:|([a-zA-Z]:)?\\[^\/\:\*\?\""\<\>\|\,]*)$"); Match m = 阅读全文
posted @ 2017-11-11 11:56 以函 阅读(646) 评论(0) 推荐(0)