摘要:
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> .div{ color:yellow; padding:30px; font-size:80px } </style> </head> <body> <div id='div'> </div> </body> &l 阅读全文
摘要:
使用 extend 改造 $$.hover('div' , function(){ } , function(){ } ) ; 阅读全文
摘要:
demo.php a.php 阅读全文
摘要:
这里是在响应头中添加一个 location 的头信息 客户端浏览器在接收到这个头信息过后会自动跳转到 指定的地址 切记不能循环重定向 阅读全文
摘要:
PHP中 header 函数 专门用于设置响应头 ①content-type: text/html ②content-type : text / css ③content-type : application/javascript ③charset = GBK 阅读全文