张金玲

博客园 首页 联系 订阅 管理

2016年3月25日

摘要: $ftp_server = "192.168.1.100"; $ftp_user_name = "laohu"; $ftp_user_pass = "123456"; $conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $f 阅读全文
posted @ 2016-03-25 14:24 顶顶圈圈 阅读(343) 评论(0) 推荐(0)

摘要: <!DOCTYPE HTML> <html> <head> <meta charset="UTF-8" /> <title>last.html</title> <style> .A { width: 100px; height: 50px; background: red; } .B { width 阅读全文
posted @ 2016-03-25 13:49 顶顶圈圈 阅读(127) 评论(0) 推荐(0)