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