tsc =====> typescript compiler // 编译将指定ts编译编译成.js,tsc ... 赋值给其它类型// 办法一:类型判断if(typeof e === "string"){ s = e; ...
確定! 回上一頁