private function newData()
		{
			var str:String="<root>";
			
			for(var i in charCode_arr)
			{
				str+= "\\r		<word name='"+src_arr[i]+
					"' chartCode='"+charCode_arr[i]+
					"' word='"+name_arr[i]+"'/>  \\r";
			}
			
			str+="</root>";
			str = str.replace(/\\r/g, "\r");
			newNote(str);
			
		}

  

posted on 2017-12-22 14:12  我是cdt  阅读(157)  评论(0编辑  收藏  举报