摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" c 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <title>手机号抽奖程序</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css" > *:fo 阅读全文
摘要:
<!doctype html> <html> <head> <meta charset="utf-8"> <title>绘制曲线</title> <script src="https://file.alonesky.com/jscss/jquery.js"></script> <style> bod 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>JS带提示登录表单验证</title> <style> * { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 12p 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>html 表格导出道</title> <script type="text/javascript" src="./js/jquery.js"></script> <script t 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="Author" content="JunjunChen"> <title> 代码操作</title> <link rel="Shortcut Icon" href="__ 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>购物车结算</title> <meta name="descriptio 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
摘要:
<?php /** * 生成宣传海报 * @param url 二维码链接 * @param array 参数,包括图片和文字 * @param string $filename 生成海报文件名,不传此参数则不生成文件,直接输出图片 * @return [type] [description] */ 阅读全文