$ : function(tagId){return document.getElementById(tagId);},
	/*创建一个dom的类名*/
	$c : function(tagName){return document.createElement(tagName);},