Sublime 安裝套件
Last updated
Last updated
{
"snippets":{
"html":{
"snippets":{
"css":"<link rel='stylesheet' type='text/css' href='' />",
"js":"<script> </script>",
"e":"<% %>",
"ajax":"var xhttp = new XMLHttpRequest();\nxhttp.open('POST', '/ajax');\nxhttp.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');\nxhttp.onreadystatechange = function() {\nif (xhttp.readyState == 4 && xhttp.status == 200) {console.log(xhttp.responseText);}}\nxhttp.send();"
},
}
}
}\ :區隔"
\n :斷行
\t :向後空一格