<script>var s = "The-.jpg - plain.gif";getExt(s);function getExt(s){ var r, re; re = /\.([^\.]+)$/i; r = s.match(re); return r[1];}</script> 相关文章: