javascript中字符串對象的常用方法

1、聲明字符串 var string="hello world"; 或var string='hello world'; 2、在字符串中引用引號 單引號:var string="His name is 'tom' "; 雙引號:var string='His name is "tom" '; 3、獲得字符串的長度 document.write(string.length); 4、從下標爲3的位置開
相關文章
相關標籤/搜索