뭐 그냥 dom가져오는건 상관없는데


<script>


var a = 1

var b = [1,2,3,4,]

var c = "abc"


</script>


처럼 스크립트 부분 가져올 수 가 있나?

string으로만 가져오던데..