表达式运算符的优先级,为了使代码逻辑更加符合普遍认知。
Member(成员访问)
a.b
a[b]
foostring
let a = "httishere";
function foo() {
console.log(ar
2021-08-20