2022年10月28日

android 檢查url副檔名

 



public  static  boolean check_video_type(String url,String type){
String regex="[\\S]*\\."+type;
if(url.matches(regex)){
return true;
}
return false;
}

沒有留言:

張貼留言