摘要:
var s= document.getElementById("id");var chils= s.childNodes; //得到s的全部子节点var par=s.parentNode; //得到s的父节点var ns=s.nextSbiling; //获得s的下一个兄弟节点【该变量测试... 阅读全文
posted @ 2015-01-16 12:45
JasonGu0
阅读(195)
评论(0)
推荐(0)
摘要:
public static int Asc(string character) { if (character.Length == 1) { System.Text.ASCIIEncoding asciiEncoding = new System.Text.ASCIIEncoding... 阅读全文
posted @ 2015-01-16 12:44
JasonGu0
阅读(1096)
评论(1)
推荐(0)