• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Brother洋
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2

2020年11月25日

vscode 不能识别小程序 wxml和wxss文件 解决方案
摘要: 如图所示,先点设置,然后打开settings.json文件 添加如下代码保存重启即可 "files.associations": { "*.wxml": "html", "*.wxss": "css", } 阅读全文
posted @ 2020-11-25 15:12 Brother洋 阅读(2375) 评论(0) 推荐(1)
 
 

2020年10月31日

TypeScript实现井字棋小游戏
摘要: HTML部分: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <met 阅读全文
posted @ 2020-10-31 11:10 Brother洋 阅读(443) 评论(0) 推荐(0)
 
 

2020年10月17日

瀑布流小案例
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-10-17 18:04 Brother洋 阅读(122) 评论(0) 推荐(0)
 
data = (new Function("return" + data))()为什么会返回数组?
摘要: 最近看到这么个写法 data = (new Function("return" + data))();,感觉有点不理解,为什么 data 会被返回一个数组,于是研究了下,请看代码 <script> function data1() { return [1, 2, 3] } // 等价于 const 阅读全文
posted @ 2020-10-17 17:54 Brother洋 阅读(307) 评论(0) 推荐(1)
 
 

2020年10月7日

贪吃蛇小游戏
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>贪吃蛇小游戏</t 阅读全文
posted @ 2020-10-07 11:02 Brother洋 阅读(104) 评论(0) 推荐(0)
 
 
上一页 1 2

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3