2017-12-22 6 views

답변

1

당신은 새를 만드는 동안 (\)를 슬래시로 돌아 가기로 달러 기호 ($)을 탈출해야합니다 숭고한 텍스트가있는 스 니펫. 스 니펫 콘텐츠는 다음 형식이어야합니다. <content>

<snippet> 
    <content><![CDATA[ 
\$('.modal').on('hide.bs.modal', function(e) {  
    var \$if = \$(e.delegateTarget).find('iframe'); 
    var src = \$if.attr("src"); 
    \$if.attr("src", '/empty.html'); 
    \$if.attr("src", src); 
}); 
]]></content> 
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> 
    <tabTrigger>myscript</tabTrigger> 
    <!-- Optional: Set a scope to limit where the snippet will trigger --> 
    <!-- <scope>source.python</scope> --> 
</snippet> 
관련 문제