es6 string template 字符串模板

字符串模板(template string)解決了拼html的痛苦,沒有字符串模板前,須要這麼寫html var myName = "itsme"; var html = "<input type=\"text\" name=\"myName\" value=\""+myName+"\"/>"; console.log(html); 大量的轉義字符、+號,很容易拼錯並且不容易排查。爲了解決這個問題
相關文章
相關標籤/搜索