- 博客(5)
- 收藏
- 关注
原创 常用网站和遇到问题整理
教程和文档: ★gcc文档: https://gcc.gnu.org/onlinedocs/ ★tinixml2使用教程: https://www.cnblogs.com/happykoukou/p/6307257.html 遇到与解决的问题: ★c++ 学习路线: https://www.cnblogs.com/tian-hua/p/11527102.html ★vs设置项目属性: https://blog.youkuaiyun.com/li975242487/article/details/88223669 ★c+
2021-03-09 17:30:19
359
3
原创 jquery选择器与遍历总结
1、选择器 基础: 所有元素:("∗")id:("*") id:("∗")id:("#lastname") class:(".intro")element:(".intro") element:(".intro")element:(“p”) 且:$(".intro.demo") 特殊位置: 第一个:("p:first")最后一个:("p:first") 最后一个:("p:first")最后一个:(...
2019-09-29 17:33:35
448
原创 浏览器document.execCommand方法总结
语法: bool = document.execCommand(aCommandName, aShowDefaultUI, aValueArgument) 返回值: false表示操作不被支持或未被启用、 参数: aCommandName 命令名称 aShowDefaultUI 是否显示对话框 默认false aValueArgument 额外参数 指令: backColor 文档背景颜色 bo...
2019-09-27 18:21:49
1379
原创 js事件绑定、js事件监听、冒泡与捕获
1、js与jquery事件绑定写法总结: 1、1 js事件绑定: html标签绑定: <button type=“button” id=“btn” οnclick=“alert(1)”>点击 html标签函数调用: <button type=“button” id=“btn” οnclick=“foo()”>点击 function foo(){ alert(1); } do...
2019-09-26 19:59:11
187
原创 chrome开发者工具教程
https://github.com/CompileYouth/front-end-study https://www.html.cn/doc/chrome-devtools/
2019-09-12 15:31:21
125
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人