工具
深秋红枫
卑微大学生,在线挨打。
完全新手,求大佬们指导,还请不要手下留情。
展开
-
excanvas.js和html5.js
关于ie8兼容的问题 参考让IE8支持HTML5及canvas功能! 其中资源: excanvas.compiled.js可以从github上获取 点击获取 html5.js的代码如下 源码地址 /** * @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */ ;(function(window, document) { /*jshint evil:true */ /** version原创 2022-05-23 10:16:12 · 572 阅读 · 0 评论 -
在VS Code中调试js
在VS Code中调试js 先安装两个插件 debugger for chrome live server 创建一个index.html文件,创建一个index.js文件 在index.html中引入index.js文件 在index.js文件中打断点 创建launch.json文件 环境选择chrome 修改launch.json如下 { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https原创 2021-03-13 14:10:27 · 509 阅读 · 0 评论