The line continuation character in JavaScript is the back slash. var mystring = 'this is my ' + 'string that spans ' + 'three lines';. can ...
確定! 回上一頁