爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: /** * 判断链接是否有效 * 输入链接 * 返回true或者false */ public static boolean isValid(String strLink){ URL url=null; try { url = new URL(strLink); HttpURLConnection 阅读全文
posted @ 2016-11-17 16:45 爷的眼睛闪亮 阅读(467) 评论(0) 推荐(0)