上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
摘要: <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) 编辑
摘要: assign赋值 void assign (mixed var) void assign (string varname, mixed var) This is used to assign values to the templates. You can explicitly pass name/ 阅读全文
posted @ 2016-03-10 15:33 JasonXu_徐晓峰的博客 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 在 JavaScript 中,判断一个变量的类型尝尝会用 typeof 运算符,在使用 typeof 运算符时采用引用类型存储值会出现一个问题,无论引用的是什么类型的对象,它都返回 “object”。ECMAScript 引入了另一个 Java 运算符 instanceof 来解决这个问题。inst 阅读全文
posted @ 2016-03-10 11:43 JasonXu_徐晓峰的博客 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 属性 constructor:对创建对象的函数的引用(指针)。对于Object类,该指针指向原始的object()函数。 prototype:对该对象的对象原型的引用。对于所有的类,它默认返回Object对象的一个实例。 方法 hasOwnProperty(property):判断对象是否有某个特定 阅读全文
posted @ 2016-03-10 10:27 JasonXu_徐晓峰的博客 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: // 显示的字段列表 $smarty->assign('field_show', explode(',',$list_name)); explode(separator,string,limit) 参数描述 separator 必需。规定在哪里分割字符串。 string 必需。要分割的字符串。 li 阅读全文
posted @ 2016-03-09 17:41 JasonXu_徐晓峰的博客 阅读(587) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页