摘要: 【转自】http://www.cnblogs.com/wendingding/p/3885785.html一、函数类型函数类型也是数据类型的一种,它由形参类型和返回值类型组成,格式是(形参类型列表) -> 返回值类型1 func sum(num1: Int, num2: Int) -> Int {2... 阅读全文
posted @ 2015-02-04 16:13 ZQH005 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 1 public static boolean isEmail(String email) { 2 String str = "^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([... 阅读全文
posted @ 2015-02-04 11:56 ZQH005 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 如下所示: 1 public static void main(String[] args) 2 { 3 String url = "http://bbs.zqh.com/user/login.html"; 4 System.out.prin... 阅读全文
posted @ 2015-02-04 11:51 ZQH005 阅读(235) 评论(0) 推荐(0) 编辑