摘要: $i = 0;$now = '';while ($i >= 0) { if ($i>10) { break; } fseek($file_handle, 0, SEEK_CUR); $now = fgetc($file_handle);//可以自己写个判断fal... 阅读全文
posted @ 2014-07-11 21:46 timily 阅读(248) 评论(0) 推荐(1) 编辑
摘要: 简单说:hideFocus是对超链接外虚线框的设定!hideFocus即隐藏聚焦,具有使对象聚焦失效的功能,其功能相当于: onFocus="this.blur()" 它的值是一个布尔值,如hideFocus=true。也可省略赋值直接写hideFocus。 你给的代码如果没有hideFocus,... 阅读全文
posted @ 2014-07-11 21:45 timily 阅读(287) 评论(0) 推荐(0) 编辑