com.alibaba.dubbo.common.URL.valueof()中如果用户名或密码中包含@字段,导致解析错误 i = url.indexOf("@");需要将此字段改为i = url.lastIndexOf("@");