function checkPictureName(str)
var strRegex = "(.jpg|.png|.jpeg)$"; //用于验证图片扩展名的正则表达式
var re= new RegExp(strRegex);
if (re.test(str.toLowerCase())){
return true;
} else{
小胡子的李子 · ComboBox 样式和模板 - WPF ...· 3 月前 · |
想表白的打火机 · 在Chrome中使用WebRTC ...· 1 年前 · |
非常酷的消防车 · Microsoft.NET.Sdk 的 ...· 1 年前 · |