<script src="https://cdn.staticfile.org/react/16.4.0/umd/react.development.js">React 的核心库</script>
<script src="https://cdn.staticfile.org/react-dom/16.4.0/umd/react-dom.development.js">提供与 DOM 相关的功能</script>
<script src="https://cdn.staticfile.org/babel-standalone/6.26.0/babel.min.js">Babel 可以将 ES6 代码转为 ES5 代码</script>
<script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.js">引入VUE2</script>
<script src="https://unpkg.com/vue@3/dist/vue.global.js">引入VUE3</script>
<script src="//cdn.bootcss.com/eruda/1.2.4/eruda.min.js">移动端调试工具</script>
外部引入(生产中不建议使用)
于 2022-12-21 01:20:12 首次发布
该博客引入了前端开发中重要的库React和ReactDOM,用于构建用户界面;Babel用于将ES6代码转换为浏览器兼容的ES5代码;同时,引入了Vue2和Vue3,展示了对不同版本Vue的支持。此外,还包含了移动端调试工具Eruda,方便开发者在移动设备上进行应用调试。
&spm=1001.2101.3001.5002&articleId=128392023&d=1&t=3&u=ca54003d7aa44364a3be04bf940282d0)
1931

被折叠的 条评论
为什么被折叠?



