摘要: HTML <td> 标签的 scope 属性 HTML <td> 标签 实例 下面的例子把两个 th 元素标识为列的表头,把两个 td 元素标识为行的表头: <table border="1"> <tr> <th scope="col">Month</th> <th scope="col">Savi 阅读全文
posted @ 2016-03-11 14:07 JasonXu_徐晓峰的博客 阅读(431) 评论(0) 推荐(0) 编辑
摘要: <td colspan="2"> <input type="text" name="reason_other" size="20" value="{$info.reason_other}" id="reason_other" /> </td> clospan HTML <td> 标签的 colspa 阅读全文
posted @ 2016-03-11 14:03 JasonXu_徐晓峰的博客 阅读(4492) 评论(0) 推荐(0) 编辑
摘要: 568B标准:白橙,橙,白绿,蓝,白蓝,绿,白棕,棕 阅读全文
posted @ 2016-03-11 13:11 JasonXu_徐晓峰的博客 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 将外壳拆下,并剪断连接着的线,换上水晶头,装上外壳,将水晶头拉出到外面,接网线连接器。 阅读全文
posted @ 2016-03-11 13:06 JasonXu_徐晓峰的博客 阅读(4790) 评论(0) 推荐(0) 编辑
摘要: array (PHP 4, PHP 5, PHP 7) array — 新建一个数组 说明 array array ([ mixed $... ] ) 创建一个数组。关于数组是什么的信息请阅读数组一节。 参数 ... 语法"index => values",用逗号分开,定义了索引和值。索引可以是字符 阅读全文
posted @ 2016-03-11 10:34 JasonXu_徐晓峰的博客 阅读(2883) 评论(0) 推荐(0) 编辑
摘要: (PHP 4, PHP 5, PHP 7) strpos — 查找字符串首次出现的位置 说明 mixed strpos ( string $haystack , mixed $needle [, int $offset = 0 ] ) 返回 needle 在 haystack 中首次出现的数字位置。 阅读全文
posted @ 2016-03-11 10:12 JasonXu_徐晓峰的博客 阅读(5426) 评论(0) 推荐(0) 编辑
摘要: JavaScript中有三个可以对字符串编码的函数,分别是: escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent 。 下面简单介绍一下它们的区别 1 escape()函数 定义和用法 e 阅读全文
posted @ 2016-03-11 08:42 JasonXu_徐晓峰的博客 阅读(227) 评论(0) 推荐(0) 编辑