标签:
function getFileExt(str) { var d=/\.[^\.]+$/.exec(str); return d; }
js得到文件后缀
原文地址:http://www.cnblogs.com/jcz1206/p/5468232.html