
web
yzbx
I am yzbx I love computer and linux
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用油猴脚本在网页中插入按键
这里写自定义目录标题使用油猴脚本在网页中插入按键要求code使用油猴脚本在网页中插入按键测试环境 chrome 浏览器 + 暴力猴插件 + www.baidu.com要求懂javascript 与 jquerycode// ==UserScript==// @name test// @namespace AceScript Scripts// @match https://www.baidu.com/// @grant none// ==/UserScript==(func原创 2020-09-30 10:24:11 · 12266 阅读 · 11 评论 -
html 利用 frameset 进行简单的框架布局
参考w3cschool上面提到frameset 不要和body 同时使用index.html代码<html><frameset rows="50%,50%" cols="*"> <frameset rows="30%,70%" cols="*" frameborder="yes" border="1" framespacing="1"> <frame src="a.h原创 2015-08-26 21:22:46 · 36036 阅读 · 3 评论