Template literals provide an easy way to interpolate variables and expressions into strings. The method is called string interpolation. The syntax is: ${...} ...
確定! 回上一頁