前端部分知識彙總,持續更新中

一、在javascript中如何檢測一個變量是String類型,請寫出函數實現?javascript       答:typeof obj ==="string" 或者obj.constructor ==="String"html 二、請用js去除字符串空格前端     答:(1)去除全部空格str.replace(/\s*/g,"") , 去除兩端空格str.replace(/^\s* | \s
相關文章
相關標籤/搜索