摘要:
第一种省略括号: /*方法1*/ if(a > b) console.log('a大'); else console.log('b大'); /*三元操作运算符*/ a> b ? 'a大' : 'b大' 第二种使用对象形式: let orderStatus = '' if (res.data.stat 阅读全文
posted @ 2021-07-08 15:15
咏竹莉
阅读(510)
评论(0)
推荐(0)
摘要:
安装工具 homebrew (之前本机已安装) 安装nginx 1. 打开终端: brew update 2. 查看nginx是否存在 brew search nginx 3. 查看nginx信息 brew info nginx 4. 若无nginx,开始安装: brew install nginx 阅读全文
posted @ 2021-07-08 10:53
咏竹莉
阅读(223)
评论(0)
推荐(0)
摘要:
1. 想本地启动打包后的文件,需要本地安装nginx 具体安装步骤百度,本机已安装 安装步骤:[https://www.cnblogs.com/tandaxia/p/8810648.html](https://www.cnblogs.com/tandaxia/p/8810648.html) 2. 打 阅读全文
posted @ 2021-07-08 10:29
咏竹莉
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号