js 에서 String 회전 Array

136 단어
var str ="qqq";
alert(str.constructor);//String

str = [str];
alert(str.constructor);//Array

좋은 웹페이지 즐겨찾기