我的项目
预约挂号系统
6行代码实现输入qq号获取qq头像
获取头像 button1.onclick = function () { img1.src = "http://q1.qlogo.cn/g?b=qq&nk=" + qq.value + "&s=640"; //&s是尺寸 有40 100 140 640 }; 经常需要用到 QQ 头像,做个小笔记 123<input type="number" id="qq" /><button id="button1">获取头像</button><img id="img1" src="" /> 123button1.onclick = function () { img1.src = "http://q1.qlogo.cn/g?b=qq&nk=" + qq.value + "&s=640"; //&s是尺寸 有40 100 140...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
给猪猪的新春
点击这里查看我的前端项目
测试语法
一级标题二级标题三级标题四级标题五级标题六级标题加粗的文本斜体的文本同时加粗和斜体的文本删除线文本 引用文本 嵌套引用 无序列表项1 无序列表项2 嵌套列表项1 嵌套列表项2 无序列表项3 有序列表项1 有序列表项2 有序列表项3 嵌套有序列表项1 嵌套有序列表项2 链接文本图片链接 // 这是一个 JavaScript 代码块 function helloWorld() { console.log('Hello, world!'); } <div>123</div> html语法都兼容 你自己写吧
测试语法
一级标题二级标题三级标题四级标题五级标题六级标题加粗的文本斜体的文本同时加粗和斜体的文本删除线文本 引用文本 嵌套引用 无序列表项1 无序列表项2 嵌套列表项1 嵌套列表项2 无序列表项3 有序列表项1 有序列表项2 有序列表项3 嵌套有序列表项1 嵌套有序列表项2 链接文本图片链接 // 这是一个 JavaScript 代码块 function helloWorld() { console.log('Hello, world!'); } <div>123</div> html语法都兼容 你自己写吧
测试语法
一级标题二级标题三级标题四级标题五级标题六级标题加粗的文本斜体的文本同时加粗和斜体的文本删除线文本 引用文本 嵌套引用 无序列表项1 无序列表项2 嵌套列表项1 嵌套列表项2 无序列表项3 有序列表项1 有序列表项2 有序列表项3 嵌套有序列表项1 嵌套有序列表项2 // 这是一个 JavaScript 代码块 function helloWorld() { console.log('Hello, world!'); } <div>123</div> html语法都兼容 你自己写吧