可以通過字符串連接運算符(+)將兩個字符串連接起來:var str1 = "hello world";
var str2 = 'hello javascript';
上面的代碼將fullName賦值為"John Doe"。 字符串屬性和方法 除了基本的字符串創建和連接之外,JavaScript還提供了許多有用的字符串屬性和方法。 length屬性返回字符串的長度,例如:var fullName = "John" + " " + "Doe";
charAt()方法返回指定位置的字符,例如:var str = "hello world";
console.log(str.length); //輸出 11
indexOf()方法返回給定子串在字符串中首次出現的位置,例如:var str = "hello world";
console.log(str.charAt(0)); //輸出 h
substring()方法返回指定位置之間的子串,例如:var str = "hello world";
console.log(str.indexOf("world")); //輸出 6
初識日期 在JavaScript中,日期是用Date對象來表示的。Date對象提供了許多方法來獲取和設置日期和時間。 創建Date對象 可以使用Date()函數來創建一個新的Date對象。如果不傳遞任何參數,則創建一個代表當前日期和時間的Date對象。例如:var str = "hello world";
console.log(str.substring(3,7)); //輸出 "lo w"
也可以傳遞一個表示日期和時間的字符串作為參數來創建Date對象。例如:var currentDate = new Date();
獲取日期和時間信息 Date對象提供了許多方法來獲取日期和時間的各個部分。例如,getFullYear()方法返回當前年份:var date1 = new Date("October 13, 2019 11:13:00");
getMonth()方法返回當前月份(0表示一月,11表示十二月):var currentDate = new Date();
console.log(currentDate.getFullYear()); //輸出當前年份
getDate()方法返回當前日期(從1開始):var currentDate = new Date();
console.log(currentDate.getMonth()); //輸出當前月份(從0開始)
getHours()方法返回當前小時數(24小時制):var currentDate = new Date();
console.log(currentDate.getDate()); //輸出當前日期
getMinutes()方法返回當前分鐘數:var currentDate = new Date();
console.log(currentDate.getHours()); //輸出當前小時數
getSeconds()方法返回當前秒數:var currentDate = new Date();
console.log(currentDate.getMinutes()); //輸出當前分鐘數
總結 在JavaScript中,字符串和日期都是常用的數據類型。字符串用來存儲文本數據,日期用來存儲時間和日期數據。對于字符串,我們可以用一系列屬性和方法來操作和獲取其中的數據。對于日期,我們可以使用Date對象來創建、獲取和設置日期和時間信息。希望本文能夠對你在JavaScript中使用字符串和日期有所幫助。var currentDate = new Date();
console.log(currentDate.getSeconds()); //輸出當前秒數