Toggle navigation
About Me
My Skills
Codepen
My Projects
Tutorial
Contact Me
String()
innerHTML
variable
typeof
this
String()函數
此函數可以將一個物件轉換成字串,請見範例:
var a = new Date(); document.write(String(a));
將會輸出成: