//replace all var str:String="AAABBBCCCAAA"; str=str.split("AAA").join("DDD"); //结果str为:DDDBBBCCCDDD //replace first var str:String="AAABBBCCCAAA"; str=str.replace("AAA","DDD"); //结果str为:DDDBBBCCCAAA
注意 - 你可以用以下 HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
昵称
邮箱
网址
在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。
0 条评论。