function 文本取右边(obj,关键字){ var index = obj.indexOf(关键字); obj = obj.substring(index + 1,obj.length); return obj; }