摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace filestreamtest { class Program { stat 阅读全文
posted @ 2021-02-22 17:47
abcdefgab
阅读(111)
评论(0)
推荐(0)
摘要:
变量提升和函数提升 变量提升 var a=3; function fun(){ console.log(a) var a=5; /* *var a; console.log(a); a=5; */ } OUTPUT:undefined 函数提升 fun2() function fun2(){ con 阅读全文
posted @ 2021-02-22 17:38
abcdefgab
阅读(104)
评论(0)
推荐(0)

浙公网安备 33010602011771号