• 类自动加载案例

    类自动加载案例Book类<?php class Book {     public $name = '...

    151

  • 聊天页面逻辑

    foreach ($sockets as $socket) {        // 如果可读的是服务器 socket, 则处理连接...

    217

  • 作业:HTML页面

    <!DOCTYPE html> <html> <head>    <title>魔方公寓获得1.5亿美元D轮融资...

    264

  • jQuery选择器的测试案例和总结

    jQuery选择器的测试案例和总结一、基本选择器语法:$('#id名')根据id匹配元素$('.class名')根据class匹配元素$('element...

    348

  • URL与JSON常用操作函数

    <?php //1.urlencode($url) 就是在特殊字符前面加%,防止服务器解析出现歧义 $url = 'http://www.php.cn/&#...

    300

  • 页面小导航的实现

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/...

    341

  • 商城页面登录

    login.css*{margin:0px; padding:0px;}li{list-style: none;}a{text-decoration: none;color: #ccc;cursor:...

    643

Release Notes

Popular this month