java中textarea中获取图片代码???急 在线等
比如说:字符串:“我是中国人<imgborder="0"alt=""src="http://localhost:7979/myapp\bsw\articlePath\13...
比如说:字符串:
“我是中国人<img border="0" alt="" src="http://localhost:7979/myapp\bsw\articlePath\1315357611062.jpg" width="280" height="240" />你也是中国" 怎么获取中间的图片代码???在线等 展开
“我是中国人<img border="0" alt="" src="http://localhost:7979/myapp\bsw\articlePath\1315357611062.jpg" width="280" height="240" />你也是中国" 怎么获取中间的图片代码???在线等 展开
1个回答
2011-09-07
展开全部
截取字符串 <img 开头 。。。。/>结束
或通过正则表达式
或通过正则表达式
追问
中的内容是动态变化的
追答
String str = "我是中国人你也是中国";
int a = str.indexOf("");
String str2 = str.substring(a, b + 2);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询