琛 14: string strm = Tools.CheckSql(Request.QueryString["m"]);
琛 15: string strename = Tools.GetKeyWords(strm, "NodelEngDesc");//褰撳墠鏍忕洰鑻辨枃鍚嶇О
琛 16: string strename1 = Tools.GetKeyWords(strm.Substring(0, 6), "NodelEngDesc");//涓€绾ф爮鐩嫳鏂囧悕绉
琛 17: string strname = Tools.GetKeyWords(strm, "nodename");//褰撳墠鏍忕洰涓枃鍚嶇О
琛 18: string strname1 = Tools.GetKeyWords(strm.Substring(0, 6), "nodename");//涓€绾ф爮鐩腑鏂囧悕绉?/pre>
|