11 2017 档案
摘要:https://www.cnblogs.com/Showshare/p/different-between-attr-and-prop.html 像checkbox,radio和select这样的元素,选中属性对应“checked”和“selected”,这些也属于固有属性,因此需要使用prop方法
阅读全文
摘要:public static bool IsLegalPath(byte pathType,string path) { Regex regex = new Regex(@"^([a-zA-Z]:|([a-zA-Z]:)?\\[^\/\:\*\?\""\<\>\|\,]*)$"); Match m =
阅读全文
浙公网安备 33010602011771号