var str = "回复@_IAO无情_:asa回复@333";
str = str.substring(str.indexOf("回复") + 2,str.indexOf(":"))
alert(str);