String.raw
// "C:Developmentprofileaboutme.html"
// raw๋ฅผ ์ฌ์ฉํ์ง ์์์ ๋
`C:\Development\profile\aboutme.html`;
// ๋ฐฑ์ฌ๋์๊ฐ ๋น ์ง์ง ์๊ฒ ์๋์ฐ ํ์ผ ๊ฒฝ๋ก๋ฅผ ๋ด๋ ๋ณ์๋ฅผ ๋ง๋ค์ด๋ผ
const filePath = String.raw`C:\Development\profile\aboutme.html`;
console.log('The file was uploaded from:' + filePath); // The file was uploaded from:C:\Development\profile\aboutme.htmlSyntax
String.raw(callSite, ...substitutions)
string.raw`templateString`Parameters
Return value
์์ธ
Description
String.raw() ์ฌ์ฉ
Browser compatibility
Last updated